FileCopy method
Implementation
@override
int FileCopy(
MemoryPointer<RChar> srcPath,
MemoryPointer<RChar> dstPath,
) => _ffi.FileCopy(
srcPath.asNativePointer(),
dstPath.asNativePointer(),
);
@override
int FileCopy(
MemoryPointer<RChar> srcPath,
MemoryPointer<RChar> dstPath,
) => _ffi.FileCopy(
srcPath.asNativePointer(),
dstPath.asNativePointer(),
);