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
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
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