GetDirectoryPath abstract method

MemoryPointer<RInt8> GetDirectoryPath(
  1. MemoryPointer<RInt8> filePath
)

Get full path for a given fileName with path

Implementation

MemoryPointer<RChar> GetDirectoryPath(
  MemoryPointer<RChar> filePath,
);