Path differences between XP and Vista/Win 7
Posted: Sun Dec 12, 2010 4:05 pm
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
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