IsPathFile function

bool IsPathFile(
  1. Pointer<Char> path
)

Implementation

bool IsPathFile(Pointer<Char> path) => _module.IsPathFile(path);