DirectoryExists method

bool DirectoryExists(
  1. Pointer<Char> dirPath
)

Check if a directory path exists

Implementation

bool DirectoryExists(Pointer<Char> dirPath)
  => _DirectoryExists(dirPath);