Prop Type Folder
# ASP Type Property
* * Complete Folder Object Reference Manual](#)
* * *
The Type property is used to return the type of a specified file or folder.
### Syntax
FileObject.Type
FolderObject.Type
### Example for File Object
Output:
The file test.txt is of type: Text Document
Output:
The file test.asp is of type: Active Server Document
### Example for Folder Object
Output:
The folder test is of type: File Folder
* * Complete Folder Object Reference Manual](#)
YouTip