MonobjcMonobjc Documented Class Library
FileManagerShouldProceedAfterErrorCopyingItemAtPathToPath Event
NamespacesMonobjc.FoundationNSFileManager..::..NSFileManagerDelegateEventDispatcherFileManagerShouldProceedAfterErrorCopyingItemAtPathToPath

An NSFileManager object sends this message if an error occurs during an attempt to copy to a given path.

Original signature is '- (BOOL)fileManager:(NSFileManager *)fileManager shouldProceedAfterError:(NSError *)error copyingItemAtPath:(NSString *)srcPath toPath:(NSString *)dstPath'

Available in Mac OS X v10.5 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), 10.5 (For Mac OS X 10.5 and later)

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