FileExists function

bool FileExists(
  1. Pointer<Char> fileName
)

Implementation

bool FileExists(Pointer<Char> fileName) => _module.FileExists(fileName);