Shell
external interface Shell
Content copied to clipboard
Functions
move Item To Trash
Link copied to clipboard
abstract fun moveItemToTrash(fullPath: String, deleteOnFail: Boolean = definedExternally): Boolean
Content copied to clipboard
open External
Link copied to clipboard
abstract fun openExternal(url: String, options: OpenExternalOptions = definedExternally): Promise<Unit>
Content copied to clipboard
read Shortcut Link
Link copied to clipboard
show Item In Folder
Link copied to clipboard
write Shortcut Link
Link copied to clipboard
abstract fun writeShortcutLink(shortcutPath: String, options: ShortcutDetails): Boolean
Content copied to clipboard
abstract fun writeShortcutLink(shortcutPath: String, operation: String, options: ShortcutDetails): Boolean
Content copied to clipboard