/node_copy-files

node_copy-files

Primary LanguageJavaScriptGNU General Public License v3.0GPL-3.0

Copy files

Read the guideline before start

Write an app that will copy a file from one specified location to another like Linux cp command: cp file.txt file-copy.txt.

  • It must do nothing in case the user is trying to copy to the same location.
  • The app must support only copying of files, and no additional options (flags). Plain copying of files.