Edit

Share via


NSFileManager.IsDeletableFile(String) Method

Definition

Whether the file at the specified path can be deleted.

[Foundation.Export("isDeletableFileAtPath:")]
public virtual bool IsDeletableFile (string path);
abstract member IsDeletableFile : string -> bool
override this.IsDeletableFile : string -> bool

Parameters

path
String

Returns

Attributes

Applies to