Hello folks,
After a very extended delay, I'm back again wondering how you folks handle installation and path issues for preference files and/or other support files that might be needed on the Windows platform. Perhaps I'm being overly paranoid and wasting everyone's time, but I'm having a really difficult time understanding this.
This code:
put specialfolderpath(26) into tSpecialFoldername
answer tSpecialFoldername
Gives these results:
Win XP: C:/Documents and Settings/MyUserName/Application Data
Win Vista: C:/Users/MyUserName/AppData/Roaming
Win 7: C:/Users/MyUserName/AppData/Roaming
Assuming that I concatenate the remaining path such as "myAppFolderName" to the special folder location, will the application reliably resolve itself to the proper location or should I be concerned about the obvious differences between the XP and Vista/Win7 special folder path?
Thanks for your time,
Doc
Path differences between XP and Vista/Win 7
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller
Re: Path differences between XP and Vista/Win 7
Hi doc,
check this URL for more info about Windows (>= VISTA) "File Virtualization":
http://www.runrev.com/developers/lesson ... ows-vista/
Best
Klaus
check this URL for more info about Windows (>= VISTA) "File Virtualization":
http://www.runrev.com/developers/lesson ... ows-vista/
Best
Klaus
Re: Path differences between XP and Vista/Win 7
Thanks Klaus,
I had already read that article as well as several others on the subject, but it still leaves some questions hanging...
...guess I'll just rely on some old fashioned trial and error to get it all sorted out.
Heh, I've built what has become the most complex application that I've ever done personally and settling all of the stinking installation and path related issues is as bad (if not worse) than developing the working code. Junk like this sometimes makes me want to stop programming altogether. Here we go... onward and upward, hopefully.
Appreciate your assistance and link sir,
-Doc-
I had already read that article as well as several others on the subject, but it still leaves some questions hanging...
...guess I'll just rely on some old fashioned trial and error to get it all sorted out.
Heh, I've built what has become the most complex application that I've ever done personally and settling all of the stinking installation and path related issues is as bad (if not worse) than developing the working code. Junk like this sometimes makes me want to stop programming altogether. Here we go... onward and upward, hopefully.

Appreciate your assistance and link sir,
-Doc-