GetPrevDirectoryPath method

Pointer<Char> GetPrevDirectoryPath(
  1. Pointer<Char> dirPath
)

Implementation

Pointer<Char> GetPrevDirectoryPath(Pointer<Char> dirPath) {
  return _GetPrevDirectoryPath(dirPath);
}