Returns this file's system attributes. Can be a combination of file attribute 
	values defined in the AspUpload type library:
	
	FILE_ATTR_READONLY		= &H1
	FILE_ATTR_HIDDEN		= &H2
	FILE_ATTR_SYSTEM		= &H4
	FILE_ATTR_DIRECTORY		= &H10
	FILE_ATTR_ARCHIVE		= &H20
	FILE_ATTR_NORMAL		= &H80
	FILE_ATTR_TEMPORARY		= &H100
	FILE_ATTR_COMPRESSED	= &H800
	
	Usage:
	<!--METADATA TYPE="TypeLib" UUID="{B4E1B2DE-151B-11D2-926A-006008123235}"-->
	Response.Write Item.Attributes
	
	Relevant Chapters: 9