Added a ContentModificationDateUTC function to the FolderItemInfo class.
Added a CreationDateUTC function to the FolderItemInfo class.
Added a AccessDateUTC function to the FolderItemInfo class.
Added a BackupDateUTC function to the FolderItemInfo class.
Added a AttributeModificationDateUTC function to the FolderItemInfo class.
The non UTC versiosn of ContentModificationDate, CreationDate, AccessDate, BackupDate and AttributeModificationDate now return local time on all platforms.
Get/SetDesktopLocation has been moved to the FolderItemInfo class.
Get/SetFolderItemFlags has been moved to the FolderItemInfo class.
Get/SetDesktopLabelNumber has been moved to the FolderItemInfo class.
GetDocumentType has been moved to the FolderItemInfo class.
DocumentType on MacOS X systems when compiled to a Mach-O target returns a much more detailed type description.
Improved Unicode support for DocumentType on Windows systems.
Added two new constants to the FolderIteInfoRequest constant module, FileFlags and FileFlagsAndDates.