 Object Menu
|

| Type |
| Type | Read-Only Property |
| Return Value Type | String |
| Usage | object.Type(Folder) |
| Description | Returns the folder Type. (Usually Folders are returns as type File) |
| Example | Code: directoryname="c:\test" Set fso = CreateObject("Scripting.FileSystemObject") set mainfolder=fso.GetFolder(directoryname) response.write mainfolder.TypeResult: File |
|