electron/atom/common/api/lib/shell.coffee

5 lines
208 B
CoffeeScript
Raw Normal View History

module.exports = process.atomBinding 'shell'
if process.platform is 'win32' and process.type is 'renderer'
module.exports.showItemInFolder = require('remote').process.atomBinding('shell').showItemInFolder