 Object Menu
|

| Attributes |
| Type | Read-Only Property |
| Return Value Type | Numerical |
| Usage | object.Attributes(Folder) |
| Description | Returns a value that corresponds to the various attributes of the folder. |
| Example | Code: directoryname="c:\test\" Set fso = CreateObject("Scripting.FileSystemObject") set mainfolder=fso.GetFolder(directoryname) response.write mainfolder.AttributesResult: 32 |
|