ChangeDirectory method

bool ChangeDirectory(
  1. Pointer<Char> dir
)

Change working directory, return true on success

Implementation

bool ChangeDirectory(Pointer<Char> dir)
  => _ChangeDirectory(dir);