I need to access a directory on the server, traverse the files, read them, and use the read data. Is there anything with JScript that has the functionality of DirectoryInfo and FileInfo? It won't recognize either as valid classes.
(As a sidenote, is there any good documentation on JScript? I haven't found all that much myself.)
steventnorri...
Member
11 Points
12 Posts
JScript Directory Traversal
Feb 08, 2012 05:17 PM|LINK
I need to access a directory on the server, traverse the files, read them, and use the read data. Is there anything with JScript that has the functionality of DirectoryInfo and FileInfo? It won't recognize either as valid classes.
(As a sidenote, is there any good documentation on JScript? I haven't found all that much myself.)