YouTip LogoYouTip

Asp Ref Folder

# ASP Folder Object * * * The Folder object is used to return information about a specified folder. * * * ## Folder Object The Folder object is used to return information about a specified folder. To use the Folder object's properties and methods, you must first create an instance of the Folder object through the FileSystemObject object. First, create a FileSystemObject object, then instantiate the Folder object using the GetFolder method of the FileSystemObject object. The following code uses the GetFolder method of the FileSystemObject object to instantiate a Folder object and uses the DateCreated property to return the creation date of the specified folder: Output: Folder created: 10/22/2008 10:01:19 AM The collections, properties, and methods of the Folder object are described below: ### Collections | Collection | Description | | :--- |
← Asp Ref DictionaryAsp Ref File β†’