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 = &h00000000No specific hint.
CreationDate = &h00000020Hint that a creation date will be requested.
ContentModificationDate = &h00000040Hint that a content modification date will be requested.
AttributeModificationDate = &h00000080Hint that a attribute modification date will be requested.
AccessDate = &h00000100Hint that a access date will be requested.
BackupDate = &h00000200Hint that a backup date will be requested.
Permissions = &h00000400Hint that permissions will be requested.
AllDates = &h000003E0Hint that all dates will be requested.
FileFlags = &h00000802Hint that a file flags will be requested.
FileFlagsAndAllDates = &h00000BE2Hint that all dates and file flags will be requested.