File Element (Software Inventory Report) (Windows Embedded CE 6.0)
1/6/2010
This element exists within the Directory element, and is used to describe files that exist on the client system.
Syntax
<File
Name="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
Reference
Software Inventory Report Document Elements