Best Programming Practice?
- From: David White <whitedavidp@xxxxxxxxxxx>
- Date: Thu, 23 Feb 2006 14:55:12 -0800
I am writing an application to run on TS/Citrix. Is it better practice to store a file containing user-specific application parameters/settings somewhere under the user's home directory (%HOMEDRIVE%%HOMEPATH%) or under the user's application data directory (%APPDATA%)? I need to support load-balanced user sessions so I need to put this information in a location where it will be universally available. I understand that the home directory is often mapped from a network location but I don't know if this is also true of the application data directory. Thanks.
.
- Follow-Ups:
- Re: Best Programming Practice?
- From: TP
- Re: Best Programming Practice?
- From: Jeff Pitsch [MVP]
- Re: Best Programming Practice?
- Prev by Date: Re: limit connecting session to console mode current user
- Next by Date: Re: How to run Multiple Applications
- Previous by thread: Re: limit connecting session to console mode current user
- Next by thread: Re: Best Programming Practice?
- Index(es):
Relevant Pages
|