![]() |
Extended Attributes Constants |
Header: Files.h |
Describe a volumes extended attributes.
enum { bIsEjectable = , bSupportsHFSPlusAPIs = 1, bSupportsFSCatalogSearch = 2, bSupportsFSExchangeObjects = 3, bSupports2TBFiles = 4, bSupportsLongNames = 5, bSupportsMultiScriptNames = 6, bSupportsNamedForks = 7, bSupportsSubtreeIterators = 8, bL2PCanMapFileBlocks = 9 };
The volume is in an ejectable disk drive.
The volume supports HFS Plus APIs directly (not through compatibility layer).
The volume supports FSCatalogSearch.
The volume supports FSExchangeObjects.
The volume supports 2 terabyte files.
The volume supports file, directory, and volume names longer than 31 characters.
The volume supports file, directory, and volume names with characters from multiple script systems.
The volume supports forks beyond the data and resource forks.
The volume supports recursive iterators not at the volume root.
The volume supports Lg2Phys SPI correctly.
© 2000 Apple Computer, Inc. (Last Updated 6/30/2000)