July 2000
Intermediate to advanced
492 pages
14h 53m
English
To create an object variable containing an instance of the FileSystemObject component, use the CreateObject method of the Server object. The syntax for the CreateObject method is as follows:
Set objMyObject = Server.CreateObject(strProgId)where:
objMyObject represents the name of the
FileSystemObject variable.
strProgId represents the programmatic
identifier (ProgID) for the FileSystemObject component, which is
Scripting.FileSystemObject.
Read now
Unlock full access