openPath(
path,openWith?):Promise<void>
Defined in: opener.ts:16
Opens a path (file/directory) with the default (or the given) application.
string
string
Promise<void>
openUrl(
url,openWith?):Promise<void>
Defined in: opener.ts:8
Opens a URL with the default (or the given) application.
string
string
Promise<void>
revealItemInDir(
path):Promise<void>
Defined in: opener.ts:24
Reveals a path in the file manager with the item selected.
string
Promise<void>