Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion WinNUT_V2/WinNUT-Client_Common/WinNUT_Globals.vb
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Public Module WinNUT_Globals
#Else
Public ReadOnly IsDebugBuild = False
Private ReadOnly DESIRED_DATA_PATH As String = Environment.GetFolderPath(
Environment.SpecialFolder.ApplicationData))
Environment.SpecialFolder.ApplicationData)
#End If

Private ReadOnly FALLBACK_DATA_PATH = Path.GetTempPath()
Expand Down