Checks whether a file and the associated index file exist at the specified path.
Note that this function allocates on every call! It is only intended to be called during application startup.
path to check (".index" is appended to check for the corresponding index file)
true if the specified file and index file exist
See Implementation
Checks whether a file and the associated index file exist at the specified path.
Note that this function allocates on every call! It is only intended to be called during application startup.