itzahi / fs-example

Bunch of useful example for node file system(read, copy, write, print, convert, etc...)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bunch of useful example for node.js file system(read, copy, write, print, convert, etc...)

  1. install node.js+npm
  2. run node.js + fileName

example: To copy a file please do the following steps:

  1. point to the folder
  2. run: node fs_copy.js "fileName.XX" "newFilename.xx"

About

Bunch of useful example for node file system(read, copy, write, print, convert, etc...)


Languages

Language:JavaScript 100.0%