NSWorkspace.SelectFile(String, String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[Foundation.Export("selectFile:inFileViewerRootedAtPath:")]
[ObjCRuntime.ThreadSafe]
public virtual bool SelectFile (string fullPath, string rootFullPath);
abstract member SelectFile : string * string -> bool
override this.SelectFile : string * string -> bool
Parameters
- fullPath
- String
- rootFullPath
- String
Returns
- Attributes