Copy file from one path to another, dstPath created if it doesn't exist
int FileCopy(Pointer<Char> srcPath, Pointer<Char> dstPath) => _FileCopy(srcPath, dstPath);