0.3.0 • Published 10 months ago

file-editing v0.3.0

Weekly downloads
-
License
BSD-2-Clause
Repository
-
Last release
10 months 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

10 months ago

0.2.0

10 months ago

0.1.4

10 months ago

0.1.3

10 months ago

0.1.2

10 months ago

0.1.1

10 months ago

0.1.0

10 months ago