IsPathFile method

bool IsPathFile(
  1. Pointer<Char> path
)

Check if a given path is a file or a directory

Implementation

bool IsPathFile(Pointer<Char> path)
  => _IsPathFile(path);