Options
public struct Options : OptionSet
Specifies which events to monitor.
-
Monitor
accessWasRevoked
events.Declaration
Swift
public static let accessWasRevoked: FileSystemObjectMonitor.Options
-
Monitor
dataDidChange
events.Declaration
Swift
public static let dataDidChange: FileSystemObjectMonitor.Options
-
Monitor
linkCountDidChange
events.Declaration
Swift
public static let linkCountDidChange: FileSystemObjectMonitor.Options
-
Monitor
metadataDidChange
events.Declaration
Swift
public static let metadataDidChange: FileSystemObjectMonitor.Options
-
Monitor
sizeDidChange
events.Declaration
Swift
public static let sizeDidChange: FileSystemObjectMonitor.Options
-
Monitor
wasDeleted
events.Declaration
Swift
public static let wasDeleted: FileSystemObjectMonitor.Options
-
Monitor
wasRenamed
events.Declaration
Swift
public static let wasRenamed: FileSystemObjectMonitor.Options
-
Monitor all events.
Declaration
Swift
public static let all: FileSystemObjectMonitor.Options