共用方式為


NSFileManager.IsReadableFile(String) 方法

定義

指定路徑上的檔案是否可讀取。

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

參數

path
String

傳回

屬性

適用於