node-dir icon indicating copy to clipboard operation
node-dir copied to clipboard

Recursive asynchronous file and directory operations for Node.js

Results 24 node-dir issues
Sort by recently updated
recently updated
newest added

Is it possible to use match pattern in folder or subfolder names similar to readFiles? Here is an example file structure: ``` topFolder/ -- myFiles/ ---- file1.txt ---- file2.txt --...

Sometimes I need to know the fullpath of a file,but I just can get the shortName.

Hi, I like your project, and I'm trying to use it in one of my projects. Is there a possibility to add sorting function to the options, so the result...