DirectoryExists function
See RaylibCoreFlatModule.DirectoryExists.
Implementation
bool DirectoryExists(
MemoryPointer<RChar> dirPath,
) => _module.DirectoryExists(dirPath);
See RaylibCoreFlatModule.DirectoryExists.
bool DirectoryExists(
MemoryPointer<RChar> dirPath,
) => _module.DirectoryExists(dirPath);