Thanks for sharing your thoughts.
I use of course the .NET system for determining the path
As i like to have all my applications to run also on other platforms than window I try to avoid using an installer. So my main app need to know where to look for configuration files. My plan is now (as I found this function) to shift all configuration files that my applications uses into the directory so I can reuse the data if needed.
I use of course the .NET system for determining the path
As i like to have all my applications to run also on other platforms than window I try to avoid using an installer. So my main app need to know where to look for configuration files. My plan is now (as I found this function) to shift all configuration files that my applications uses into the directory
Code:
[i]currentuser[/i]\AppData\Local\Michael Heidemann