FileExists method

bool FileExists(
  1. Pointer<Char> fileName
)

Implementation

bool FileExists(Pointer<Char> fileName) {
  return _FileExists(fileName);
}