FileCopy function

int FileCopy(
  1. String srcPath,
  2. String dstPath
)

Implementation

int FileCopy(
  String srcPath,
  String dstPath,
) => _module.FileCopy(srcPath, dstPath);