Share via


NSFileManagerDelegate.ShouldProceedAfterErrorRemovingItem Method

Definition

Overloads

ShouldProceedAfterErrorRemovingItem(NSFileManager, NSError, NSUrl)

[Foundation.Export("fileManager:shouldProceedAfterError:removingItemAtURL:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual bool ShouldProceedAfterErrorRemovingItem(Foundation.NSFileManager fileManager, Foundation.NSError error, Foundation.NSUrl url);
[<Foundation.Export("fileManager:shouldProceedAfterError:removingItemAtURL:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member ShouldProceedAfterErrorRemovingItem : Foundation.NSFileManager * Foundation.NSError * Foundation.NSUrl -> bool
override this.ShouldProceedAfterErrorRemovingItem : Foundation.NSFileManager * Foundation.NSError * Foundation.NSUrl -> bool

Parameters

fileManager
NSFileManager
error
NSError
url
NSUrl

Returns

Implements

Attributes

Applies to

ShouldProceedAfterErrorRemovingItem(NSFileManager, NSError, String)

[Foundation.Export("fileManager:shouldProceedAfterError:removingItemAtPath:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual bool ShouldProceedAfterErrorRemovingItem(Foundation.NSFileManager fileManager, Foundation.NSError error, string path);
[<Foundation.Export("fileManager:shouldProceedAfterError:removingItemAtPath:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member ShouldProceedAfterErrorRemovingItem : Foundation.NSFileManager * Foundation.NSError * string -> bool
override this.ShouldProceedAfterErrorRemovingItem : Foundation.NSFileManager * Foundation.NSError * string -> bool

Parameters

fileManager
NSFileManager
error
NSError
path
String

Returns

Implements

Attributes

Applies to