FileLib Xojo and Real Studio plugin |
|
FolderItemInfo Class
This class provides extra information for FolderItems. The class will cache things and try to do queries in as optimized way as possible, so if for example reading 2 attributes then it will avoid checking disk information more often than is actually needed.
Object
FolderItemInfo
class FolderItemInfo
Constructors
FolderItemInfo | The constructor for the FolderItemInfo class takes a FolderItem and a hint of what you are going to read. |
Properties
IsLocal | Checks if file is local or not (Read Only property) |
IsPackage | Returns true if the FolderItem was package, else false. |
PreferredIOBlockSize | Returns the preferred IOBlockSize for the given file. Or 0 if this info is not available. |
VolumeUUID | Returns UUID of the given volume. Or empty string if volume UUID cannot be found. |
Methods
Constants
BOOLEAN_TRUE = 1 | Represents True.
A constant that is used in some of the functions of this class where they can return True, False and Unknown. |
BOOLEAN_FALSE = 0 | Represents False.
A constant that is used in some of the functions of this class where they can return True, False and Unknown. |
BOOLEAN_DONTKNOW = -1 | Represents that true or false cannot be determined.
A constant that is used in some of the functions of this class where they can return True, False and Unknown. |
Supported Platforms:
MacOS X CarbonMacOS X CocoaWin32 - WindowsLinux x86Unsupported Platforms: