cancel
Showing results for 
Search instead for 
Did you mean: 

Problem finding files - Javascript API

power
Champ in-the-making
Champ in-the-making
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
2 REPLIES 2

mikeh
Star Contributor
Star Contributor

power
Champ in-the-making
Champ in-the-making
Hi Mike ,

Thank you very much for reply,
The link give me queries but for finding file on directory under perticulars.. I am confused.
I need following criteria :

My monitoring folder in WCM is  Videos
inside there are many folders as well subfolders.

Now I just need files from any deep subdirectory structure.
through javascript can u help me..?  how do I do?

let take example finding *.flv files under Videos folders.
plz help.