Is it possible to get the names of files in a folder using the FSO and a UNC within an ASP?
e.g.
Set objFileSys = Server.CreateObject("Scripting.FileSystemObject")
Set Fldrs = objFileSys.GetFolder("\\fileserver\temp\")
and then loop through the file names there.
The files there are all VBScripts (.vbs) and I want to dynamically build up a page of hypertext links to those so that simply adding a new .vbs file will let it show up on the links page.
Thanks, DaveBo




Reply With Quote