J
John
Hi,
I wonder if it is possible to list the content of a directory (a
directory that contains image files for example) by using a JavaScript
method, something like in Java with
File directory = new File("C:\myDirectory");
String[] list = directory.list();
....
....
.... etc.
Thank you for your answerz
John
I wonder if it is possible to list the content of a directory (a
directory that contains image files for example) by using a JavaScript
method, something like in Java with
File directory = new File("C:\myDirectory");
String[] list = directory.list();
....
....
.... etc.
Thank you for your answerz
John