FSDirectoryCookie

Type Alias FSDirectoryCookie 

Source
pub type FSDirectoryCookie = u64;
Available on crate feature FSVolume only.
Expand description

A value that indicates a location in a directory from which to enumerate.

Your implementation of FSVolume/Operations/enumerateDirectory(_:startingAt:verifier:attributes:packer:replyHandler:) defines the semantics of this value; it’s opaque to FSKit.

See also Apple’s documentation