isValidFilePath

private fun isValidFilePath(path: String?): Boolean

Checks whether a given path is a valid file path.

Return

true if path is not in recentContentObserverPaths and does not contain "_" at the start of the file name, false otherwise.