NSFileManager.IsExecutableFile(String) Method

Definition

Whether the file at the specified path is executable.

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

Parameters

path
String

Returns

Attributes

Applies to