🎩 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
latest
npmnpm
Version
0.3.0
Version published
Maintainers
1
Created
Source

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

Keywords

file editor

FAQs

Package last updated on 18 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