Important: |
---|
This is retired content. This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This content may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist. |
This element exists within the FileReportelement, and is used to describe the file system directories on the client.
Syntax
<Directory Name=" 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.