How can we list the files of a particular directory in Javascript.
(such as : var dirList = dir.getFiles("*.pdf");
)
Is that possible ?
I don't find any of this in the reference guides.
Serge
How can we list the files of a particular directory in Javascript.
(such as : var dirList = dir.getFiles("*.pdf");
)
Is that possible ?
I don't find any of this in the reference guides.
Serge
All general file system access has to be through the user.
Thom Parker
The source for PDF Scripting Info
www.pdfscripting.com
Very Important - How to Debug Your Script