I have the following folder-file structure :
Main Folder->Subfolder(500 in number)->Each subfolder having 2 to 4 images(jpeg,jpg,png,pdf)
I want to access all the images via node js all at once. (To the point-> generating a text file which gives me the URL of each image.)
How do I start about this?