Files
electron/atom/common/api/lib/shell.coffee
2014-05-21 22:31:44 +08:00

5 lines
215 B
CoffeeScript

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