copy()

in lib/file.js [56:58]


  copy(dest) {
    return fs.copyAsync(this.path, dest);
  }