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