Data Browser - Viewing Site  Sector 23 Code Bank Logged in as:  Guest  




           


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.

Created By: amos 3/20/2006 12:13:00 AM