isIndexedRepositoryFile

fun isIndexedRepositoryFile(path: File): Boolean

Is the specified file an IndexedFile of this kind?

Return

true if the path refers to a repository file, false otherwise.

Parameters

path

A path.

Throws