Check if a given path is a file or a directory
bool IsPathFile(Pointer<Char> path) => _IsPathFile(path);