Merge pull request #30 from maxellnormalbias/master

Moved root location to the one set in the launcher
This commit is contained in:
pfgithub 2015-04-27 20:56:14 -07:00
commit c3a4af14d0

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\"