Determine if the input file seems to be a project config file (based on the file extension).

.isCfg(filePath)

Arguments

filePath

a string to examine

Value

a boolean, TRUE if indicating the path seems to be pointing to a config, or FALSE if the path seems to be pointing to an annotation file.