i am trying to access a virtual directory to retrieve file names of files it contains. here is the code:
the code gives file not found error.
i am fairly new to asp so do not know where i am going wrong
Code:
Set FSO = Server.CreateObject("Scripting.FileSystemObject")
Dim mapPath
mapPath=Server.MapPath("http://development/far/")
Set farFolder = FSO.GetFolder(mapPath)
i am fairly new to asp so do not know where i am going wrong
Comment