7 references to UserAppDataPath
Microsoft.VisualBasic.Forms (4)
Microsoft\VisualBasic\Logging\FileLogTraceListener.vb (4)
41Private _customLocation As String = Application.UserAppDataPath 139basePath = Application.UserAppDataPath 144basePath = Application.UserAppDataPath 150basePath = Application.UserAppDataPath
Microsoft.VisualBasic.Forms.Tests (3)
System\Windows\Forms\FileLogTraceListenerTests.vb (3)
145fullLogFileName.Should.StartWith(Application.UserAppDataPath) 152If DirectoryIsAccessible(Application.UserAppDataPath) Then 173If DirectoryIsAccessible(Application.UserAppDataPath) Then