ENUMERATE EXISTING DRIVES

There are this many drives: 4
Drive A exists and is not ready.
Drive C exists and is ready.
Drive D exists and is ready.
Drive E exists and is not ready.

GET CURRENT DIRECTORY

Current Dir is: C:\WINDOWS\system32\inetsrv
 

GET SCRIPT FILE ABSOLUTE PATH

Current ASP file: /pubx/write/testfso.asp
Absolute path for this file: d:\Customers\user1054878\www\pubx\write\testfso.asp
 

CREATE A FILE IN SCRIPT FILE'S DIRECTORY (must be writeable directory)

File name to create: MCMTestFile.txt
Parent folder: d:\Customers\user1054878\www\pubx\write
Full File Specification to create: D:\Customers\user1054878\www\pubx\write\MCMTestFile.txt
File does not already exist: D:\Customers\user1054878\www\pubx\write\MCMTestFile.txt
Attempting to write to a file currently causes an error due to insufficient permissions.
Error 424 occurred while attempting to write to a file.

ENUMERATE FILES IN SCRIPT FILE'S FOLDER AND CHILD FOLDERS

objFile.Name = testfso.asp
objFolder.Name = write

Starting ASP Directory: D:\Customers\user1054878\www\pubx\write

default.asp
testfso.asp


Script file /pubx/write/testfso.asp last revised 2/20/2006 1:21:00 AM by MCM