共用方式為


NSFileManager.IsDeletableFile(String) 方法

定義

是否可以刪除位於指定路徑的檔案。

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

參數

path
String

傳回

屬性

適用於