0

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

screenshot

sam k
  • 91
  • 3

1 Answers1

0

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

Returns: It returns an array of String

Similar question

Kenny Sexton
  • 301
  • 4
  • 14