How do I make an array of all the file URL paths without doing each one manually, using JS?
Asked
Active
Viewed 183 times
1 Answers
0
Looks like you want to use the readdirSync() function.
Returns: It returns an array of String

Kenny Sexton
- 301
- 4
- 14