Options
public struct Options : OptionSet
Specifies which events to monitor.
-
Monitor
accessWasRevokedevents.Declaration
Swift
public static let accessWasRevoked: FileSystemObjectMonitor.Options -
Monitor
dataDidChangeevents.Declaration
Swift
public static let dataDidChange: FileSystemObjectMonitor.Options -
Monitor
linkCountDidChangeevents.Declaration
Swift
public static let linkCountDidChange: FileSystemObjectMonitor.Options -
Monitor
metadataDidChangeevents.Declaration
Swift
public static let metadataDidChange: FileSystemObjectMonitor.Options -
Monitor
sizeDidChangeevents.Declaration
Swift
public static let sizeDidChange: FileSystemObjectMonitor.Options -
Monitor
wasDeletedevents.Declaration
Swift
public static let wasDeleted: FileSystemObjectMonitor.Options -
Monitor
wasRenamedevents.Declaration
Swift
public static let wasRenamed: FileSystemObjectMonitor.Options -
Monitor all events.
Declaration
Swift
public static let all: FileSystemObjectMonitor.Options
View on GitHub
Install in Dash
Options Structure Reference