mirror of
https://github.com/electron/electron.git
synced 2026-01-23 22:38:18 -05:00
5 lines
208 B
CoffeeScript
5 lines
208 B
CoffeeScript
module.exports = process.atomBinding 'shell'
|
|
|
|
if process.platform is 'win32' and process.type is 'renderer'
|
|
module.exports.showItemInFolder = require('remote').process.atomBinding('shell').showItemInFolder
|