NSFileManagerDelegate.ShouldRemoveItemAtPath(NSFileManager, String) Method

Definition

[Foundation.Export("fileManager:shouldRemoveItemAtPath:")]
public virtual bool ShouldRemoveItemAtPath (Foundation.NSFileManager fileManager, string path);
abstract member ShouldRemoveItemAtPath : Foundation.NSFileManager * string -> bool
override this.ShouldRemoveItemAtPath : Foundation.NSFileManager * string -> bool

Parameters

fileManager
NSFileManager
path
String

Returns

Attributes

Applies to