NSFileManagerDelegate.ShouldRemoveItemAtUrl(NSFileManager, NSUrl) Method

Definition

[Foundation.Export("fileManager:shouldRemoveItemAtURL:")]
public virtual bool ShouldRemoveItemAtUrl (Foundation.NSFileManager fileManager, Foundation.NSUrl url);
abstract member ShouldRemoveItemAtUrl : Foundation.NSFileManager * Foundation.NSUrl -> bool
override this.ShouldRemoveItemAtUrl : Foundation.NSFileManager * Foundation.NSUrl -> bool

Parameters

fileManager
NSFileManager
url
NSUrl

Returns

Attributes

Applies to