I am trying to get the name of files inside a folder and store it in a javascript array.
Example: I want to store the file's name as an array but the elements in an array should be the name of files present in the local directory.
I am trying to get the name of files inside a folder and store it in a javascript array.
Example: I want to store the file's name as an array but the elements in an array should be the name of files present in the local directory.