NSFileManager.IsExecutableFile(String) Method

Definition

[Foundation.Export("isExecutableFileAtPath:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual bool IsExecutableFile(string path);
[<Foundation.Export("isExecutableFileAtPath:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member IsExecutableFile : string -> bool
override this.IsExecutableFile : string -> bool

Parameters

path
String

Returns

Attributes

Applies to