Contents

FSDirectoryEntryPacker

An object used to provide items during a directory enumeration.

Declaration

class FSDirectoryEntryPacker

Overview

You use this type in your implementation of enumerateDirectory(_:startingAt:verifier:attributes:packer:replyHandler:).

Packing allows your implementation to provide information FSKit needs, including each item’s name, type, and identifier (such as an inode number). Some directory enumerations require other attributes, as indicated by the FSItem.GetAttributesRequest sent to the enumerate method.

Topics

Packing entries

See Also

Inspecting directory contents