FileCopy function

int FileCopy(
  1. MemoryPointer<RChar> srcPath,
  2. MemoryPointer<RChar> dstPath
)

See RaylibCoreFlatModule.FileCopy.

Implementation

int FileCopy(
  MemoryPointer<RChar> srcPath,
  MemoryPointer<RChar> dstPath,
) => _module.FileCopy(srcPath, dstPath);