FileMove function

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

See RaylibCoreFlatModule.FileMove.

Implementation

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