We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 668f13b commit 39cf3b4Copy full SHA for 39cf3b4
WinNUT_V2/WinNUT-Client_Common/WinNUT_Globals.vb
@@ -20,7 +20,7 @@ Public Module WinNUT_Globals
20
#Else
21
Public ReadOnly IsDebugBuild = False
22
Private ReadOnly DESIRED_DATA_PATH As String = Environment.GetFolderPath(
23
- Environment.SpecialFolder.ApplicationData))
+ Environment.SpecialFolder.ApplicationData)
24
#End If
25
26
Private ReadOnly FALLBACK_DATA_PATH = Path.GetTempPath()
0 commit comments