Hi,
I'm no JavaScript expert and I can find a million c++ examples but no example for how to iterate a folder in JavaScript.
I want to process all files (or all files matching masks) in a single directory for example list all "*.ini" and "*.xml" files in a particular folder.
All I need is an example to get me going :-)
Thanks
Dennis