Moved root location to the one set in the launcher

This commit is contained in:
maxellnormalbias 2015-04-27 20:37:39 -07:00
parent 69f9b7bfe2
commit a7290454f7

View file

@ -25,8 +25,9 @@
'Declaration Hierarchy
Public root As String = "C:\ShiftOS\" 'Do NOT use this unless it is for files that must go DIRECTLY in C:\ShiftOS\
Public appData As String = System.Environment.GetFolderPath(Environment.SpecialFolder.LocalApplicationData) + "\ShiftOSLauncher"
Public root As String = My.Computer.FileSystem.ReadAllText(appData + "\ExecFolder.dat") + "\"
'Do NOT use this unless it is for files that must go DIRECTLY in C:\ShiftOS\
Public progdata As String = root & "SoftwareData\"