🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

file-editing

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install
Package was removed
Sorry, it seems this package was removed from the registry

file-editing

This package help you in the file editing

unpublished
npmnpm
Version
0.2.0
Version published
Weekly downloads
0
Maintainers
1
Weekly downloads
 
Created
Source

Made by : Programmer om

NEW :

  • Log is new added !!
  • New function getLog()

Usage :

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

fe.creD('param1 : Directory name', 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 name of the file','param2 : The name of the copied file', param : boolean (false or true for enabling file log/*Not mandatory*/));

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

fe.getLog() //for get log

Edition : Latest

Keywords

file editor

FAQs

Package last updated on 17 Jul 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts