 Object Menu
|

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