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