GetPrevDirectoryPath method

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

Get previous directory path for a given path

Implementation

Pointer<Char> GetPrevDirectoryPath(Pointer<Char> dirPath)
  => _GetPrevDirectoryPath(dirPath);