Share via


NSFileManager.IsDeletableFile(String) メソッド

定義

指定したパスにあるファイルを削除できるかどうか。

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

パラメーター

path
String

戻り値

属性

適用対象