7 references to ExecutablePath
Microsoft.VisualBasic.Forms (2)
Microsoft\VisualBasic\Logging\FileLogTraceListener.vb (2)
38Private _baseFileName As String = Path.GetFileNameWithoutExtension(Application.ExecutablePath) 137basePath = Path.GetDirectoryName(Application.ExecutablePath)
Microsoft.VisualBasic.Forms.Tests (3)
System\Windows\Forms\FileLogTraceListenerTests.vb (3)
25Dim expectedBaseFileName As String = Path.GetFileNameWithoutExtension(Application.ExecutablePath) 124fullLogFileName.Should.StartWith(Path.GetDirectoryName(Application.ExecutablePath)) 131If DirectoryIsAccessible(Path.GetDirectoryName(Application.ExecutablePath)) Then
System.Windows.Forms (2)
System\Windows\Forms\Application.cs (2)
1115s_appFileVersion = FileVersionInfo.GetVersionInfo(ExecutablePath); 1296FileName = ExecutablePath