Share via


NSFileManagerDelegate.ShouldRemoveItemAtUrl(NSFileManager, NSUrl) Method

Definition

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

Parameters

fileManager
NSFileManager
url
NSUrl

Returns

Implements

Attributes

Applies to