MonobjcMonobjc Documented Class Library
FileManagerShouldProceedAfterErrorLinkingItemAtURLToURL Event
NamespacesMonobjc.FoundationNSFileManager..::..NSFileManagerDelegateEventDispatcherFileManagerShouldProceedAfterErrorLinkingItemAtURLToURL

An NSFileManager object sends this message if an error occurs during an attempt to hard-link to a given URL.

Original signature is '- (BOOL)fileManager:(NSFileManager *)fileManager shouldProceedAfterError:(NSError *)error linkingItemAtURL:(NSURL *)srcURL toURL:(NSURL *)dstURL'

Available in Mac OS X v10.6 and later.

Declaration Syntax
Return Value
YES if the operation should proceed, otherwise NO.
Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later)

Assembly: Monobjc.Foundation (Module: Monobjc.Foundation)