Posts by MarcVFX - Marcus A. • 26 points
1 post
-
1
votes1
answer874
viewsA: Renaming files from a folder sequentially - Javascript
You can use the node.js as Leonardo mentioned. Request the library file-system. const fs = require("fs") Then you can get an array with the name and extension of all the files in a directory using…