FileMove function
See RaylibCoreFlatModule.FileMove.
Implementation
int FileMove(
MemoryPointer<RChar> srcPath,
MemoryPointer<RChar> dstPath,
) => _module.FileMove(srcPath, dstPath);
See RaylibCoreFlatModule.FileMove.
int FileMove(
MemoryPointer<RChar> srcPath,
MemoryPointer<RChar> dstPath,
) => _module.FileMove(srcPath, dstPath);