copy_file

0.1.0 • Public • Published

copy_file

Copy a file (content and mode) asynchronously. Always overwrite.

Example

var copyFile = require("copy_file")
copyFile('a.exe', 'b.exe', function(err){
})

Readme

Keywords

Package Sidebar

Install

npm i copy_file

Weekly Downloads

1

Version

0.1.0

License

ISC

Last publish

Collaborators

  • mhzed