G
Guest
Hi,
What is the easiest way to retrieve the path from a console application?
Right now I am using:
- System.Reflection.Assembly.GetEntryAssembly().Location to extract the path
and filename
- path.getfullpath to split path and filename
I am almost sure there is an easier way...!?
Jan
What is the easiest way to retrieve the path from a console application?
Right now I am using:
- System.Reflection.Assembly.GetEntryAssembly().Location to extract the path
and filename
- path.getfullpath to split path and filename
I am almost sure there is an easier way...!?
Jan