Hi All, I work with module Apache::ASP and not found documentation for method CreateObject("Scripting.FileSystemObject"). For sample the next script in ASP
<% Set filesystem = CreateObject("Scripting.FileSystemObject") Set folder = filesystem.GetFolder(server.mappath(mypath)) Set subfolders = folder.SubFolders Set filecollection = folder.Files %> what methods support Apache::ASP ? GetFolder, SubFolders, Files ? regards --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]