copyTo method

dynamic copyTo(
  1. String dest
)

Implementation

copyTo(String dest) {
  File(filename).copySync(dest);
}