共用方式為


NSFileManager.IsExecutableFile(String) 方法

定義

指定路徑上的檔案是否為可執行檔。

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

參數

path
String

傳回

屬性

適用於