FileMove function

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

Implementation

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