hello A lot of users work in a citrix environment. Replication seems to be a problem for them (if it works) and they've asked if the user's ini file could be stroed on a common network drive to be used from any work station. ( network location via a environent retievable value?)
At this moment i'm using the jedi function " GetAppdataFolder" to retrieve my application data folder. This will return somthing like 'C:\Documents and Settings\User\Application Data' (That's valid as long as the user session remains valid : His next session could be on another citrix server due to load balancing...) Searching on how to retrieve a network enviroment, I found some people stating I have to use the "user's profile directory ". Ive traced this back to a jedi function: "GetProfileFolder" that will return (at my pc) "C:\Documents and Settings\User" . Via a command line i've change my 'userprofile' value to 'h:\myname' (via the set command), but I'm not able to retrieve this new value via any parameter. To clear my question. If I want to save my ini file to a common network location (that could be different for different customers) what OS parameter-value would store this value and how could I retrieve this value. I'm presuming a network user (within it's citrix environment would always have the same (network) storage location available. (I did find some helpfull information at http://www.swissdelphicenter.ch/torry/showcode.php?id=2277 , but it's not returning the expected new value back to me. ) Any ideas? regards andries [Non-text portions of this message have been removed]

