NSFileManager.IsReadableFile(String) 方法

定义

指定路径处的文件是否可读。

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

参数

path
String

返回

属性

适用于