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.
2 parents 5c85475 + 39cf3b4 commit aeb2817Copy full SHA for aeb2817
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