GetDirectoryPath method

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

Implementation

Pointer<Char> GetDirectoryPath(Pointer<Char> filePath) {
  return _GetDirectoryPath(filePath);
}