FileCopy function

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

Implementation

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