Get previous directory path for a given path
Pointer<Char> GetPrevDirectoryPath(Pointer<Char> dirPath) => _GetPrevDirectoryPath(dirPath);