mirror of
https://github.com/TheUltimateHacker/ShiftOS.git
synced 2025-01-22 16:12:14 +00:00
Moved root location to the one set in the launcher
This commit is contained in:
parent
69f9b7bfe2
commit
a7290454f7
1 changed files with 3 additions and 2 deletions
|
@ -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\"
|
||||
|
||||
|
|
Loading…
Reference in a new issue