There are 0 repository under readdir topic.
fs.readdir() with filter, recursion, absolute paths, promises, streams, and more!
Recursively read a directory, blazing fast. Use with picomatch or micromatch to match globs.
A simple promisified recursive readdir function, with support for globs.
header-only Windows implementation of the <dirent.h> header
List React component files inside a directory
⚡ A blazing fast recursive directory crawler with lazy sync and async iterator support.
Recursive directory reader with a delightful API
A simple promisified recursive readdir function, with support for globs and .gitignore files.
Use multiple CPU cores via clusters for the fastest way to read nested directories and their stats
Read directory content with file attributes: size, date, owner, mode
📁 Recursively read directories in Deno
A simple promisified recursive readdir function.
Node.js module to list all files in a directory or any subdirectories.
Like `fs.promises.readdir()`, but sorts the result based on `String#localeCompare()`
A ponyfill for fs.readdir(path, { withFileTypes: true })
GitHub Action that mounts a tmpfs volume on /var/lib/docker/.
Recursively read paths to all files within a folder and its subfolders.
Read directory content from dropbox with file attributes: size, date, owner, mode
fsPromises.readdir withFileTypes ponyfill https://nodejs.org/dist/latest-v10.x/docs/api/fs.html#fs_fspromises_readdir_path_options
Read directory and return promise or directory object with files
Read the entire contents of a directory.
readdirSync with some useful options: recursively, exclude name and ext, get only file or directory.
📖 Fast, type-safe recursive directory reader for Node.js with depth control, entry filtering, and sync/async APIs. 📁
:file_folder: Check the oldest/latest files/folders within a directory
Module to calculate the MD5 values of JPEG files within directories and sub directories
List all files in a given directory
Extend the capabilities of the Node.js® fs module to advertise the current working directory and recursively execute
This Node.js code sets up a basic Express server that provides two main endpoints for handling file operations.this server provides a simple API for creating text files with timestamps and listing existing files, demonstrating basic file system operations in a Node.js environment using Express.
A simple Express.js server that creates and reads text files with timestamps. The server allows you to create new files with only timestamps and retrieve the contents of all files in a specific directory.
NodeJS File System