Share via


INSFileManagerDelegate.ShouldRemoveItemAtPath(NSFileManager, String) Method

Definition

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

Parameters

fileManager
NSFileManager
path
String

Returns

Attributes

Applies to