NSFileManager.IsWritableFile(String) 方法

定义

指定路径中的文件是否可写。

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

参数

path
String

返回

属性

适用于