% Dim sServerURL, sStartingFoldName sStartingFoldName = "c:\inetpub\wwwroot\forms" sServerURL = "http://173.162.218.225/forms/" 'Base path to directory as defined by IIS Dim oFileSystemObject, oFolder, oFolderCollection, oWorkingFolder Dim oFile, oFileCollection, oWorkingFile Function ShowFolderStructure(sPassedFolderName, sCumulativePath) Set oFileSystemObject = Server.CreateObject("Scripting.FileSystemObject") If oFileSystemObject.FolderExists(sPassedFolderName) Then Set oFolder = oFileSystemObject.GetFolder(sPassedFolderName) if sCumulativePath = "" then Response.write("