| Attribute | Definition | Syntax | 
| Archive | Retrieves or assigns a file's Windows archive bit. This attribute is ignored for Mac OS file downloads. | filevariable.Archive | 
| CreationDate | Retrieves or assigns a file's creation date. Assignment of the creation date is only applicable to file downloads. | filevariable.CreationDate | 
| Data | Retrieves or assigns a file's data. The Data attribute contains binary data which, in most instances, may be manipulated as a string. The Data attribute is used directly in conjunction with the Download and Read methods. | filevariable.Data | 
| DataSize | Retrieves the file's data fork size in bytes. | filevariable.DataSize | 
| FileCreator | Retrieves or assigns a file's Mac OS file creator. The FileCreator attribute is ignored for Windows file operators. | filevariable.FileCreator [integer|string] This attribute may be assigned either a long integer or a four-character string representing the Mac OS file creator (for example, MyFile.FileCreator = "ttxt"). | 
| FileFlags | Retrieves or assigns the file's Mac OS file flags. The FileFlags attribute is ignored for Windows file operators. | filevariable.FileFlags | 
| Filename | Retrieves or assigns a file's filename. | filevariable.Filename | 
| FileSize | Retrieves a file's size in bytes. The size of the resource fork, if any, is counted in returning the size of the file. | filevariable.FileSize | 
| FileType | Retrieves or assigns the file's Mac OS file type. This attribute is ignored for Windows file operations. | filevariable.FileType [= string] This attribute may be assigned either a long integer or a four-character string representing the Mac OS file type (for example, MyFile.FileType = "TEXT"). | 
| Hidden | Retrieve or assigns a file's Windows hidden bit. This attribute is ignored for Mac OS file downloads. | filevariable.Hidden | 
| ModificationDate | Retrieves or assigns a file's last modification date. Assignment of the modification date is only applicable to file downloads. | filevariable.ModificationDate | 
| Normal | Retrieves or assigns the normal file bit for a Windows file. A file with this attribute does not have the read-only, system, hidden, or archive bits set. | filevariable.Normal | 
| ReadOnly | Retrieves or assigns the file's Windows read-only bit. This attribute is ignored for Mac OS file downloads. | filevariable.ReadOnly | 
| ResourceSize | Retrieves the file's resource fork size in bytes. | filevariable.ResourceSize | 
| SubDir | Indicates whether the file entry is a subdirectory.  It is used for accessing directory information returned from the FindFirst and FindNext methods. This attribute is read only. The TRUE/FALSE flag indicates whether the item is a subdirectory. TRUE if it is, FALSE if it is a file or other file system object. | filevariable.SubDir | 
| System | Retrieves or assigns the file's Windows system bit. The TRUE/FALSE flag indicates whether the file contains the operating system's system bit. This attribute is ignored for Mac OS file downloads. | filevariable.System |