IsPathFile method

bool IsPathFile(
  1. Pointer<Char> path
)

Implementation

bool IsPathFile(Pointer<Char> path) {
  return _IsPathFile(path);
}