Check if a given path is a file or a directory
bool IsPathFile( String path, ) => run( () => _debugLabels.IsPathFile(path), () => _flat.IsPathFile( $.String$.ValueOrNull(path), ), );