Instance Method
shouldMonitorFile(_:)shouldMonitorFile:shouldMonitorFile_
Whether changes to a file of the given type are tracked while the document is open.
Declaration
func shouldMonitorFile(_ fileType: String) -> BoolDeclaration
- (BOOL) shouldMonitorFile:(NSString *) fileType;Declaration
shouldMonitorFile_(fileType: str) -> bool