Question

Is it possible to find standard directories like 'Program Files' or 'Windows' and their Linux and Mac equivalents in Node webkit?

Was it helpful?

Solution

Are you looking for that:

process.env[(process.platform == 'win32') ? 'USERPROFILE' : 'HOME']
Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top