path-exists
Check if a path exists
Check if a path exists
Make a directory and its parents if needed - Think `mkdir -p`
Check if a path is a file, directory, or symlink
User-friendly glob matching
Recursive version of fs.readdir with streaming API.
Fast, fault-tolerant, cross-platform, disk-based, data-agnostic, content-addressable cache.
Delete files and directories
Write data to a file, replacing the file if it already exists and creating any intermediate directories if they don't already exist. Thin wrapper around node's native fs methods.
A simple directory tree walker.
Virtual file format.
Recursive fs.readdir with streaming API and glob filtering.
Drop-in replacement for `fs.existsSync` with zero dependencies. Other libs I found either have crucial differences from fs.existsSync, or unnecessary dependencies. See README.md for more info.
In-memory file-system with Node's fs API.
fs (file system package) extensions
Walk up the directory tree until the specified path is found.
file system store for node cache manager
Get free disk space info from `df -kP`
nodejs fs extensions for windows
Delete files and directories - Cross-platform
Adds array support to node-glob, sync and async. Also supports tilde expansion (user home) and resolving to global npm modules.