File Element (Software Inventory Report) (Windows CE 5.0)
This element exists within the Directory element, and is used to describe files that exist on the client system.
<FileName="File name"
Version="File version"
Company="Company name"
Description="File description"
Size="File size in bytes"
Created="Creation date"
LastModified="Last modified date"
LastAccessed="Last access date"
Attributes="File system attributes"
/>
Attributes
Name
Name of the file.Version
Optional. File version from the VERSIONINFO Resource if it exists.Company
Optional. Company name from the VERSIONINFO Resource if it exists.Description
Optional. Description from the VERSIONINFO Resource if it exists.Size
Size of the file in bytes.Created
Optional. Specifies the time and date when this file was created. This attribute's value is specified as"<4 digit year>-<2 digit month>-<2 digit day> <hours>:<minutes>:<seconds>"
.LastModified
Optional. Specifies the time and date when the contents of this file were last modified. This attribute's value is specified as"<4 digit year>-<2 digit month>-<2 digit day> <hours>:<minutes>:<seconds>"
.LastAccessed
Optional. Specifies the time and date when the contents of this file were last accessed. This attribute's value is specified as"<4 digit year>-<2 digit month>-<2 digit day> <hours>:<minutes>:<seconds>"
.Attributes
Optional. Specifies the attributes for the file. This can be an empty string or a combination of any of the defined attribute strings separated with vertical bars.The following table shows the file attributes that can be used.
File attributes Description ARCHIVE The file was archived. COMPRESSED The contents of the file are compressed. HIDDEN The file is hidden. READONLY The file is read-only and cannot be modified. SYSTEM The file is considered a system file. TEMPORARY The file is temporary.
See Also
Send Feedback on this topic to the authors