0.2.0 • Published 11 years ago
locate-ie v0.2.0
locate-ie 
Find Internet Explorer on your system.
Usage
var locateIe = require('locate-ie');
// Use a callback
locateIe(function(l) {
console.log(l);
});
// Use the returned Promise
locateIe.then(function(l) {
console.log(l);
});CLI Usage
stdout path to IE (or null):
> locate-ie
# C:\Program Files\Internet Explorer\iexplore.exe0.2.0
11 years ago