Shell

external interface Shell

Functions

Link copied to clipboard
abstract fun beep()
Link copied to clipboard
abstract fun moveItemToTrash(fullPath: String, deleteOnFail: Boolean = definedExternally): Boolean
Link copied to clipboard
abstract fun openExternal(url: String, options: OpenExternalOptions = definedExternally): <Error class: unknown class><Unit>
Link copied to clipboard
abstract fun openItem(fullPath: String): Boolean
Link copied to clipboard
abstract fun readShortcutLink(shortcutPath: String): ShortcutDetails
Link copied to clipboard
abstract fun showItemInFolder(fullPath: String)
Link copied to clipboard
abstract fun writeShortcutLink(shortcutPath: String, options: ShortcutDetails): Boolean
abstract fun writeShortcutLink(shortcutPath: String, operation: String, options: ShortcutDetails): Boolean