Get Executable Path in C#
To get the Application Path of your Windows C# Executable in .net:
System.Windows.Forms.Application.StartupPath
or
System.Windows.Forms.Application.ExecutablePath for the fileName.
System.Windows.Forms.Application.StartupPath
or
System.Windows.Forms.Application.ExecutablePath for the fileName.

0 Comments:
Post a Comment
<< Home