You are currently browsing for
Folder Tutorials
 | list of files Get list of ... ting.FileSystemObject") Set f = fs.GetFolder(Whichfolder) Set fc = f.files For Each f1 in fc Response.write (f1.name ... files are within "cgi-bin" folder? % Whichfolder=server.mappath("\") &"/cgi-bin/" Dim fs f f1 fc Set fs = Cr... |
 | Folder Object ASP... folder. The Folder Object The Folder object is used to return information about a specified folder. To work with the pr... Folder object you will have to create an instance of the Folder object through the FileSystemObject object. First cre... |