FileMove function

int FileMove(
  1. Pointer<Char> srcPath,
  2. Pointer<Char> dstPath
)

Implementation

int FileMove(Pointer<Char> srcPath, Pointer<Char> dstPath) => _module.FileMove(srcPath, dstPath);