共用方式為


NSFileManager.IsWritableFile(String) 方法

定義

指定路徑上的檔案是否可寫入。

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

參數

path
String

傳回

屬性

適用於