Re: [sword-devel] APPDATA / ALLUSERSPROFILE

2009-04-26 Thread Troy A. Griffitts
Matthew Talbert wrote: There is a way to do this, but it's not easy (bad Microsoft). My recommendation is to leave ALLUSERPROFILE/Application Data as it is for now, Cool, thanks for that. Before I sent the previous email I did a quick scan of the env variables and couldn't find anything tha

Re: [sword-devel] APPDATA / ALLUSERSPROFILE

2009-04-25 Thread Matthew Talbert
On Sun, Apr 26, 2009 at 1:47 AM, Troy A. Griffitts wrote: > Hey Matthew, > > You recommended using APPDATA to avoid hardcoding "Application Data" in our > path string, in case it was localized. > > I noticed that we have a bug in the ALLUSERSPROFILE lookup logic where we > are NOT appending "Appli

[sword-devel] APPDATA / ALLUSERSPROFILE

2009-04-25 Thread Troy A. Griffitts
Hey Matthew, You recommended using APPDATA to avoid hardcoding "Application Data" in our path string, in case it was localized. I noticed that we have a bug in the ALLUSERSPROFILE lookup logic where we are NOT appending "Application Data/sword" to ALLUSERSPROFILE and I'm not sure how to fix