Closed joseshiru closed 7 years ago
God bless you 😊
From: Leo Lamprechtmailto:notifications@github.com Sent: Tuesday, 10 October 2017 1:38 PM To: leo/electron-nextmailto:electron-next@noreply.github.com Cc: Jose Zuniga Marinmailto:jose_zuma@hotmail.com; Authormailto:author@noreply.github.com Subject: Re: [leo/electron-next] Cannot read property 'getPath' of undefined (#9)
Closed #9https://github.com/leo/electron-next/issues/9.
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHubhttps://github.com/leo/electron-next/issues/9#event-1285872058, or mute the threadhttps://github.com/notifications/unsubscribe-auth/AGRRnRmTDDV5RHIFx_mlbh8zEhuVA4MMks5sq1c9gaJpZM4PzyRP.
Hi,
First I have to say thanks for the plugin.
I'm creating an app by using your example. I need to store some files in \AppData\Local\ by using the app.getPath() function from electron.
However, after running the code, the file is created but the browser shows an error saying: "An unexpected error has occurred." and the console says: Cannot read property 'getPath' of undefined
Do I'm doing something wrong?
Thanks