0

How do I make an array of all the file URL paths without doing each one manually, using JS?

screenshot

sam k
  • 11
  • 2

1 Answers1

0

Looks like you want to use the readdirSync() function.

Returns: It returns an array of String

Similar question

Kenny Sexton
  • 123
  • 2
  • 11