GetDirectoryPath function

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

See RaylibCoreFlatModule.GetDirectoryPath.

Implementation

MemoryPointer<RChar> GetDirectoryPath(
  MemoryPointer<RChar> filePath,
) => _module.GetDirectoryPath(filePath);