NSFileManager.IsExecutableFile(String) 方法

定义

指定路径中的文件是否为可执行文件。

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

参数

path
String

返回

属性

适用于