How do I get current working directory?
Category: System, viewed: 2K time(s).
If you want to get the current directory of your running program you can use the Environment.CurrentDirectory. This will give you the fully qualified path to the current working directory. You might need to as the path to read you configuration file or log files for instance.