_FsrmFileSystemPropertyId Enumeration
Defines the possible types of file system property ids.
Assembly: srmlib (in srmlib.dll)
| Member name | Description | |
|---|---|---|
| FsrmFileSystemPropertyId_DateCreated | The file system property id is the file's creation time. | |
| FsrmFileSystemPropertyId_DateLastAccessed | The file system property id is the file's last accessed time. | |
| FsrmFileSystemPropertyId_DateLastModified | The file system property id is the file's last modified time. | |
| FsrmFileSystemPropertyId_DateNow | The file system property id is the current time. | |
| FsrmFileSystemPropertyId_FileName | The file system property id is the filename, including the extension. | |
| FsrmFileSystemPropertyId_Undefined | The file system property id is not used. This is the default. |
Community Additions
ADD
Show: