4 references to CommonAppDataPath
Microsoft.VisualBasic.Forms (1)
Microsoft\VisualBasic\Logging\FileLogTraceListener.vb (1)
135
basePath = Application.
CommonAppDataPath
Microsoft.VisualBasic.Forms.Tests (3)
System\Windows\Forms\FileLogTraceListenerTests.vb (3)
86
If DirectoryIsAccessible(Application.
CommonAppDataPath
) Then
152
fullLogFileName.Should.StartWith(Application.
CommonAppDataPath
)
159
If DirectoryIsAccessible(Application.
CommonAppDataPath
) Then