質問

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

役に立ちましたか?

解決

Are you looking for that:

process.env[(process.platform == 'win32') ? 'USERPROFILE' : 'HOME']
ライセンス: CC-BY-SA帰属
所属していません StackOverflow
scroll top