Languages
[Edit]
EN

Node.js - get list of filenames in directory

0 points
Created by:
James-Z
767

In this article, we would like to show you how to get a list of the names of all files (one level deep) in a specified directory in Node.js.

Asynchronous version:

Synchronous version:

Practical example

Edit

Projects structure

my_script.js

Output:

Note: 

The result of the operation will be a list of files on the first depth level - files in folders located in the directory we search will not be displayed.
The path './' is the directory where the executing script is located (in this case, Project).

1
Donate to Dirask
Our content is created by volunteers - like Wikipedia. If you think, the things we do are good, donate us. Thanks!
Join to our subscribers to be up to date with content, news and offers.

Node.js - file system module

Native Advertising
🚀
Get your tech brand or product in front of software developers.
For more information Contact us
Dirask - we help you to
solve coding problems.
Ask question.

❤️💻 🙂

Join