writing a configuration file

  • Thread starter Thread starter Benjamin Vigneaux
  • Start date Start date
B

Benjamin Vigneaux

Hello everyone,

so... i'm trying to create a configuration file for a small app i'm doing in
C# but i don't know how to place it in the default folder where the "final
user" chose to install my app.

thanx in advance

Ben
 
Hello everyone,

so... i'm trying to create a configuration file for a small app i'm doing in
C# but i don't know how to place it in the default folder where the "final
user" chose to install my app.

thanx in advance


I think that would be Application.StartupPath.
 
Back
Top