Hi Friends,
I am writing javascript to finding out the files let say it is flv files.
My main folder to monitor is Video , and inside this folder many folders and subfolders are there. their subdirectory structure is not decided.
By using how do I get directly file which is resides in deeper structure?
can you help me ??
Using javascript I want to find out .flv files and have to check its date through javascript. I can go upto 2 level using for loop.
but no more idea about deeper structure..
Plz help ASAP