2013-09-09 07:35:57 +00:00
|
|
|
# shell
|
2013-08-14 22:43:35 +00:00
|
|
|
|
2016-04-21 22:39:12 +00:00
|
|
|
> Manage files and URLs using their default applications.
|
2016-04-21 22:35:29 +00:00
|
|
|
|
2013-08-14 22:43:35 +00:00
|
|
|
The `shell` module provides functions related to desktop integration.
|
|
|
|
|
2015-08-29 05:28:30 +00:00
|
|
|
An example of opening a URL in the user's default browser:
|
2013-08-14 22:43:35 +00:00
|
|
|
|
|
|
|
```javascript
|
2016-07-26 01:39:25 +00:00
|
|
|
const {shell} = require('electron')
|
2015-08-29 05:28:30 +00:00
|
|
|
|
2016-07-26 01:39:25 +00:00
|
|
|
shell.openExternal('https://github.com')
|
2013-08-14 22:43:35 +00:00
|
|
|
```
|
|
|
|
|
2015-08-29 05:28:30 +00:00
|
|
|
## Methods
|
|
|
|
|
|
|
|
The `shell` module has the following methods:
|
|
|
|
|
|
|
|
### `shell.showItemInFolder(fullPath)`
|
2013-08-14 22:43:35 +00:00
|
|
|
|
|
|
|
* `fullPath` String
|
|
|
|
|
2016-09-12 21:22:29 +00:00
|
|
|
Show the given file in a file manager. If possible, select the file. Returns
|
2016-09-12 21:29:06 +00:00
|
|
|
true if the item was successfully shown, false otherwise.
|
2013-08-14 22:43:35 +00:00
|
|
|
|
2015-08-29 05:28:30 +00:00
|
|
|
### `shell.openItem(fullPath)`
|
2013-08-14 22:43:35 +00:00
|
|
|
|
|
|
|
* `fullPath` String
|
|
|
|
|
2016-09-12 21:29:06 +00:00
|
|
|
Open the given file in the desktop's default manner. Returns true if the item
|
|
|
|
was successfully opened, false otherwise.
|
2013-08-14 22:43:35 +00:00
|
|
|
|
2016-02-03 07:01:00 +00:00
|
|
|
### `shell.openExternal(url[, options])`
|
2013-08-14 22:43:35 +00:00
|
|
|
|
|
|
|
* `url` String
|
2016-06-18 13:26:26 +00:00
|
|
|
* `options` Object (optional) _macOS_
|
2016-02-16 23:58:33 +00:00
|
|
|
* `activate` Boolean - `true` to bring the opened application to the
|
|
|
|
foreground. The default is `true`.
|
2013-08-14 22:43:35 +00:00
|
|
|
|
2013-08-29 14:37:51 +00:00
|
|
|
Open the given external protocol URL in the desktop's default manner. (For
|
2016-02-03 07:01:00 +00:00
|
|
|
example, mailto: URLs in the user's default mail agent.) Returns true if an
|
|
|
|
application was available to open the URL, false otherwise.
|
|
|
|
|
2015-08-29 05:28:30 +00:00
|
|
|
### `shell.moveItemToTrash(fullPath)`
|
2013-08-14 22:43:35 +00:00
|
|
|
|
|
|
|
* `fullPath` String
|
|
|
|
|
2015-08-29 05:28:30 +00:00
|
|
|
Move the given file to trash and returns a boolean status for the operation.
|
2016-09-12 21:30:01 +00:00
|
|
|
Returns true if the item was successfully moved to the trash, false otherwise.
|
2013-08-14 22:43:35 +00:00
|
|
|
|
2015-08-29 05:28:30 +00:00
|
|
|
### `shell.beep()`
|
2013-08-14 22:43:35 +00:00
|
|
|
|
2013-08-29 14:37:51 +00:00
|
|
|
Play the beep sound.
|
2016-07-27 07:47:24 +00:00
|
|
|
|
|
|
|
### `shell.writeShortcutLink(shortcutPath[, operation], options)` _Windows_
|
|
|
|
|
|
|
|
* `shortcutPath` String
|
|
|
|
* `operation` String (optional) - Default is `create`, can be one of followings:
|
|
|
|
* `create` - Creates a new shortcut, overwriting if necessary.
|
|
|
|
* `update` - Updates specified properties only on an existing shortcut.
|
|
|
|
* `replace` - Overwrites an existing shortcut, fails if the shortcut doesn't
|
|
|
|
exist.
|
|
|
|
* `options` Object
|
|
|
|
* `target` String - The target to launch from this shortcut.
|
2016-08-03 13:43:30 +00:00
|
|
|
* `cwd` String (optional) - The working directory. Default
|
2016-07-27 07:47:24 +00:00
|
|
|
is empty.
|
|
|
|
* `args` String (optional) - The arguments to be applied to `target` when
|
|
|
|
launching from this shortcut. Default is empty.
|
|
|
|
* `description` String (optional) - The description of the shortcut. Default
|
|
|
|
is empty.
|
2016-07-27 10:49:17 +00:00
|
|
|
* `icon` String (optional) - The path to the icon, can be a DLL or EXE. `icon`
|
|
|
|
and `iconIndex` have to be set together. Default is empty, which uses the
|
|
|
|
target's icon.
|
2016-07-27 07:47:24 +00:00
|
|
|
* `iconIndex` Integer (optional) - The resource ID of icon when `icon` is a
|
|
|
|
DLL or EXE. Default is 0.
|
|
|
|
* `appUserModelId` String (optional) - The Application User Model ID. Default
|
|
|
|
is empty.
|
|
|
|
|
|
|
|
Creates or updates a shortcut link at `shortcutPath`. On success `true` is
|
|
|
|
returned, otherwise `false` is returned.
|
|
|
|
|
|
|
|
### `shell.readShortcutLink(shortcutPath)` _Windows_
|
|
|
|
|
2016-08-26 00:26:52 +00:00
|
|
|
* `shortcutPath` String
|
2016-08-25 21:43:06 +00:00
|
|
|
|
|
|
|
Resolves the shortcut link at `shortcutPath`. An object is returned with the
|
2016-07-27 07:47:24 +00:00
|
|
|
fields described in the `options` of `shell.writeShortcutLink`.
|
|
|
|
|
|
|
|
An exception will be thrown when any error happens.
|