You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<p>The main process <code>app</code> module can be used to get the path at which your app is located on the user's computer.</p>
25
+
<p>In this example, to get that information from the renderer process, we use the <code>ipc</code> module to send a message to the main process requesting the app's path.</p>
26
+
<p>See the <aclass="u-exlink" href="http://electron.atom.io/docs/latest/api/app">app module documentation</a> for more.</p>
<p>The <code>process</code> module is built into Node.js (therefore you can use this in both the main and renderer processes) and in Electron apps this object has a few more useful properties on it.</p>
25
46
<p>The example below gets the version of Electron in use by the app.</p>
26
47
<p>See the <aclass="u-exlink" href="http://electron.atom.io/docs/latest/api/process">process documentation</a> for more.</p>
0 commit comments