You would need to write a little recursive function in Node to walk the filesystem. Should be only a few more lines of code - but we left that out of the simple example here. There are also some libraries in NPM that can do this for you automatically.
👍 1
w
white-ghost-79509
03/21/2019, 3:59 PM
Thanks Luke, i was already starting to write the loop, was checking if there was a specific way.