Closed joshaber closed 7 years ago
Looks like it's this code inside Electron that's failing.
It looks like this is unique to Windows. Is it possible to not have a
Documents
directory?
I'm trying to find some history on this from the classic app and whether we've handled this, but nothing jumps out. @steveward might remember more from the support side.
I found this loosely related issue which talks about Environment.SpecialFolder.MyDocuments
being an empty string, which suggests that we shouldn't assume this is going to be a valid path - because the account may be setup with a weird profile.
https://haystack.githubapp.com/desktop/rollups/167356e71427a3160469fe4b7065c859
It looks like this is unique to Windows. Is it possible to not have a
Documents
directory?