Directory Element (Software Inventory Report) (Windows CE 5.0)
This element exists within the FileReport element, and is used to describe the file system directories on the client.
<DirectoryName="Directory name"
Created="Creation date"
LastAccessed="Last access date"
Attributes="File system attributes"
/>
Attributes
Name
Specifies the name of the directory.Created
Specifies the time and date when this directory was created. This attribute's value is specified as"<4 digit year>-<2 digit month>-<2 digit day> <hours>:<minutes>:<seconds>"
.LastAccessed
Specifies the time and date when the contents of this directory were last accessed. This attribute's value is specified as"<4 digit year>-<2 digit month>-<2 digit day> <hours>:<minutes>:<seconds>"
.Attributes
Specifies the attributes for the directory. 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 directory attributes that can be used.
Directory attributes Description ARCHIVE The directory was archived. COMPRESSED The contents of the directory are compressed. HIDDEN The directory is hidden. READONLY The directory is read-only and cannot be modified. SYSTEM The directory is considered a system directory. TEMPORARY The directory is temporary.
See Also
Send Feedback on this topic to the authors