Application::ExecutablePath Property
.NET Framework (current version)
Gets the path for the executable file that started the application, including the executable name.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Property Value
Type: System::String^The path and executable name for the executable file that started the application.
This path will be different depending on whether the Windows Forms application is deployed using ClickOnce. ClickOnce applications are stored in a per-user application cache in the C:\Documents and Settings\username directory. For more information, see Accessing Local and Remote Data in ClickOnce Applications.
FileIOPermission
for getting the path. Associated enumeration: System.Security.Permissions::FileIOPermissionAccess
.NET Framework
Available since 1.1
Available since 1.1
Show: