Socket
Socket
Sign inDemoInstall

node-red-contrib-fs-ops

Package Overview
Dependencies
0
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    node-red-contrib-fs-ops

A node-red node to perform basic file system operations.


Version published
Weekly downloads
409
decreased by-39.14%
Maintainers
1
Install size
81.4 kB
Created
Weekly downloads
 

Readme

Source

node-red-contrib-fs-ops

A Node Red node for performing file system operations.

This node is a wrapper around many of the functions in Node's file system library, which in turn is a wrapper around the standard POSIX filesystem functions.

The nodes and functions provided are:

  • fs-ops-move - Move or rename files and directories
  • fs-ops-copy - Copy or link files
  • fs-ops-delete - Delete file/s or directory
  • fs-ops-access - Test existence and accessibility of a file or directory
  • fs-ops-size - Get size of a file or directory in bytes
  • fs-ops-stats - Get stats of a file or directory
  • fs-ops-link - Determines if a file is a link and returns the file it links to.
  • fs-ops-type - Determines the type of a file - regular, directory, character, or special
  • fs-ops-dir - Get array of file and directory names in a directory
  • fs-ops-mkdir - Make a new directory
  • fs-ops-mktmpdir - Make a new directory with a random unique name

Parameters such as path and filename can be sourced from strings, or message, flow, or global property. Likewise, results can be stored in a message, flow or global property.

fs-ops-dir can be used to extract a llist of files using a filter,and then pass that list to other fs-ops nodes to perform bulk operations.

The general design is that each node will pass the message if the action is successful, otherwise it will throw an exception and drop the message.

Keywords

FAQs

Last updated on 31 Aug 2020

Did you know?

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc