Share via


NSFileManager.IsReadableFile(String) メソッド

定義

指定したパスにあるファイルを読み取り可能かどうか。

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

パラメーター

path
String

戻り値

属性

適用対象