Functions
Link copied to clipboard
abstract fun openExternal(url: String, options: OpenExternalOptions = definedExternally): Promise<Void>
Open the given external protocol URL in the desktop's default manner. (For example, mailto: URLs in the user's default mail agent).
Link copied to clipboard
Resolves the shortcut link at shortcutPath
.
Link copied to clipboard
Show the given file in a file manager. If possible, select the file.
Link copied to clipboard
abstract fun writeShortcutLink(shortcutPath: String, operation: ShellWriteShortcutLinkOperation, options: ShortcutDetails): Boolean
Whether the shortcut was created successfully.