GetDirectoryPath method

Pointer<Char> GetDirectoryPath(
  1. Pointer<Char> filePath
)

Get full path for a given fileName with path

Implementation

Pointer<Char> GetDirectoryPath(Pointer<Char> filePath)
  => _GetDirectoryPath(filePath);