FileExists method

bool FileExists(
  1. Pointer<Char> fileName
)

Check if file exists

Implementation

bool FileExists(Pointer<Char> fileName)
  => _FileExists(fileName);