Share via


NSFileManager.IsDeletableFile(String) Method

Definition

[Foundation.Export("isDeletableFileAtPath:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual bool IsDeletableFile(string path);
[<Foundation.Export("isDeletableFileAtPath:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member IsDeletableFile : string -> bool
override this.IsDeletableFile : string -> bool

Parameters

path
String

Returns

Attributes

Applies to