Microsoft® Visual Basic® Scripting Edition FileSystemObject Constants |
Scripting Run-Time Reference Version 2 |
Depending on your scripting host, these constants may be already defined. If so, simply use the constants anywhere in your code in place of the values they represent. In cases where SCRRUN.DLL is not explicitly referenced by your scripting host, you'll have to define these constants in your code before you can use them. Examples of this case include Microsoft Internet Explorer and Microsoft Internet Information Services (IIS).
The following list describes the various categories of constants provided for the FileSystemObject, along with a brief description:
DriveType Constants
Defines the various drive types available on the host computer, such as Fixed, Removable, CD-ROM, etc.
File Attribute Constants
Defines various file attributes such as Hidden, Read-Only, etc.
File Input/Output Constants
Defines constants used with file input and output.
SpecialFolder Constants
Defines special folders available in your operating system.