I figured I'd open a new thread rather than re-open a 3 yr. old one.
I'm updating a program and have gotten my settings out of the Registry and into standard INI files. I've used Michael Mattias's Move that INI file as a good place to plagiarize the 'where to put it part'.
Everything's fine except I notice that the chosen directory from %csidl_appdata is a hidden directory. Since the user doesn't have to edit the INI file directly (there's a Preferences dialog) that part is no problem. But the app supports user written Macros which (right now) I expect to find in the appdata file along with the INI.
Now some users are not going to be bothered by creating files in hidden directories, but there are other users who are going to stumble.
Anyone else faced this? Am I worrying excessively about my user's capabilities? Or is there some other non-hidden appdata location? Or where else could macro type files go?
I'm not quite sure why MS makes it hidden anyway.
George
I'm updating a program and have gotten my settings out of the Registry and into standard INI files. I've used Michael Mattias's Move that INI file as a good place to plagiarize the 'where to put it part'.
Everything's fine except I notice that the chosen directory from %csidl_appdata is a hidden directory. Since the user doesn't have to edit the INI file directly (there's a Preferences dialog) that part is no problem. But the app supports user written Macros which (right now) I expect to find in the appdata file along with the INI.
Now some users are not going to be bothered by creating files in hidden directories, but there are other users who are going to stumble.
Anyone else faced this? Am I worrying excessively about my user's capabilities? Or is there some other non-hidden appdata location? Or where else could macro type files go?
I'm not quite sure why MS makes it hidden anyway.
George
Comment