E
Eranga
In c# windows applicatiopns the Application.StartupPath can be used to
find the path for the executable file. How can the same be found for a
console application?(we can't use application because it inherits from
the System.Windows.Forms namespace)
Thanks in advance.
find the path for the executable file. How can the same be found for a
console application?(we can't use application because it inherits from
the System.Windows.Forms namespace)
Thanks in advance.