FileLib Xojo and Real Studio plugin |
|
FolderItemInfoRequest Module
This module has FolderItemInfo hint constants for usage with the constructor of the FolderItemInfo class.
module FolderItemInfoRequest
Constants
None = &h00000000 | No specific hint. |
CreationDate = &h00000020 | Hint that a creation date will be requested. |
ContentModificationDate = &h00000040 | Hint that a content modification date will be requested. |
AttributeModificationDate = &h00000080 | Hint that a attribute modification date will be requested. |
AccessDate = &h00000100 | Hint that a access date will be requested. |
BackupDate = &h00000200 | Hint that a backup date will be requested. |
Permissions = &h00000400 | Hint that permissions will be requested. |
AllDates = &h000003E0 | Hint that all dates will be requested. |
FileFlags = &h00000802 | Hint that a file flags will be requested. |
FileFlagsAndAllDates = &h00000BE2 | Hint that all dates and file flags will be requested. |