Share via


NSWorkspace.SelectFile(String, String) Method

Definition

[Foundation.Export("selectFile:inFileViewerRootedAtPath:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
[ObjCRuntime.ThreadSafe]
public virtual bool SelectFile(string fullPath, string rootFullPath);
[<Foundation.Export("selectFile:inFileViewerRootedAtPath:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
[<ObjCRuntime.ThreadSafe>]
abstract member SelectFile : string * string -> bool
override this.SelectFile : string * string -> bool

Parameters

fullPath
String
rootFullPath
String

Returns

Attributes

Applies to