Posts by Júlio Cardoso • 1 point
1 post
-
0
votes4
answers12949
viewsA: Return Array with name of all files in directory
You can do this with Node. Here’s a simple example. Create a folder of any name and create a file called 'readdir.js'; inside this folder create another folder named 'files', inside the folder…