Is it possible to find standard directories like 'Program Files' or 'Windows' and their Linux and Mac equivalents in Node webkit?
Asked
Active
Viewed 132 times
1 Answers
0
Are you looking for that:
process.env[(process.platform == 'win32') ? 'USERPROFILE' : 'HOME']

mastilver
- 665
- 6
- 18