My application requires that I have access to the file system. Regardless if the code runs on a web server or a console app, how can I get the root directory the application is running in. Something like C:\TheApplication...
Thanks!
|
feedback
|
|
Easiest is probably:
Hope this helps, -Oisin | |||||||
feedback
|
|
You can try this:
You can read more about the two classes here: | ||||
|
feedback
|
|
Even easier:
For winforms application, this is always set. | ||||
feedback
|
|
I just tested out a very basic way to do this that works in both asp.net and within a windows service.
| ||||
|
feedback
|