npm.io
1.0.2 • Published 4 years ago

filesystem12

Licence
ISC
Version
1.0.2
Deps
0
Size
2 kB
Vulns
0
Weekly
0
Stars
1

This is a package that helps you to work with fs built in package

it helps you to : READ WRITE RENAME DELETE APPEND

to use it first download it and go in your file:

  1. require it

  2. Use it a. read it has a read function all you provide in the parameters in the direction of the file you want to read

    b.append it has an append function you provide in the parameters the path of the file and the content you want to append

    c.delete provide in the parameters the path of the file

    d.write provide in the parameters the path and the content you want to write

    e.rename you provide in the parameters the path of the old and the path of the new

Keywords