DirectoryExists method

bool DirectoryExists(
  1. Pointer<Char> dirPath
)

Implementation

bool DirectoryExists(Pointer<Char> dirPath) {
  return _DirectoryExists(dirPath);
}