shell
模块提供与桌面集成相关的功能。
在用户的默认浏览器中打开 URL 的示例:
shell
模块具有以下方法:
fullPath
String
返回Boolean
- 文件是否成功显示.
在文件管理器中显示给定的文件。如果可以, 选中该文件。
shell.openItem(fullPath)
fullPath
String
返回Boolean
- 文件是否成功打开
url
String - Max 2081 characters on windows, or the function returns false.选项
Object (可选)activate
Boolean (optional) - to bring the opened application to the foreground. The default istrue
. macOSworkingDirectory
String (optional) - The working directory. Windows
callback
Function (可选) macOS Function (可选) - 如果设定该回调函数,那么该回调函数以异步的方式执行。
以桌面的默认方式打开给定的外部协议URL。 (例如,在用户的默认邮件代理中打开 mailto: URLs)。
shell.moveItemToTrash(fullPath)
fullPath
String
返回Boolean
- 该对象是否成功移至垃圾箱。
将给定的文件移动到垃圾箱,并返回操作的布尔状态。
shell.writeShortcutLink(shortcutPath[, operation], options) Windows
shortcutPath
StringString (optional) - 默认值为
create
可为下列之一:create
- 创建一个新的快捷方式, 如有必要可以覆盖。update
- 仅更新现有快捷方式上的指定属性。replace
- 覆盖现有快捷方式, 如果快捷方式不存在将会失败。
options
返回Boolean
- 快捷方式是否被成功创建。
在shortcutPath
位置创建或更新一个快捷连接
解析shortcutPath
中的快捷链接。
发生任何错误时将引发异常。