init(verifier:)
Creates a result for an directory enumeration operation.
Declaration
init?(verifier currentVerifier: UInt64)Parameters
- currentVerifier:
An
FSDirectoryVerifiervalue that reflects the directory’s current version. FSKit uses this value to detect whether the directory contents changed since the last enumeration call.
Return Value
A populated result instance, or nil if validation fails.