0.3.0 • Published 3 years ago

file-editing v0.3.0

Weekly downloads
-
License
BSD-2-Clause
Repository
-
Last release
3 years ago

Made by : Programmer om

NEW :

  • Fix bugs and problems
  • Edit the functions

Usage :

const fe = require('file-editor'); 

fe.creD('param1 : Directory path', param2 : boolean (false or true for enabling file log)/*Not mandatory*/);
//delD is like creD in the params 

fe.readf('param1 : File path','param2 : write utf8 for read file content');

fe.copyf('param1 : The source of the file','param2 : The destination of the copied file', param : boolean (false or true for enabling file log/*Not mandatory*/));

fe.renamef('param1 : Old file path','param2 : The new file path' param3 : boolean (false or true for enabling file log)/*Not mandatory*/);

fe.getLog() //for get log

Edition : Latest

0.3.0

3 years ago

0.2.0

3 years ago

0.1.4

3 years ago

0.1.3

3 years ago

0.1.2

3 years ago

0.1.1

3 years ago

0.1.0

3 years ago