次の方法で共有


NSFileManager.IsExecutableFile(String) メソッド

定義

指定したパスのファイルが実行可能かどうか。

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

パラメーター

path
String

戻り値

属性

適用対象