aboutsummaryrefslogtreecommitdiff
path: root/ShiftOS
diff options
context:
space:
mode:
authorrezedus <[email protected]>2015-05-01 20:35:09 +0200
committerrezedus <[email protected]>2015-05-01 20:35:09 +0200
commite7dd4f641ce51f58dee40c9b7a4064ccc275cf31 (patch)
tree5c615e0f68d98902e8a08e1682b44ca86b3981a4 /ShiftOS
parentc02b82c39da56fa51a0364d7f0e98b24137ca7cb (diff)
parent940a1388dcc6a7aaa191dfb485b29b0c8ce6f5c6 (diff)
downloadshiftos-e7dd4f641ce51f58dee40c9b7a4064ccc275cf31.tar.gz
shiftos-e7dd4f641ce51f58dee40c9b7a4064ccc275cf31.tar.bz2
shiftos-e7dd4f641ce51f58dee40c9b7a4064ccc275cf31.zip
Merge pull request #31 from ShiftOS/revert-30-master
Revert "Moved root location to the one set in the launcher"
Diffstat (limited to 'ShiftOS')
-rw-r--r--ShiftOS/Paths.vb5
1 files changed, 2 insertions, 3 deletions
diff --git a/ShiftOS/Paths.vb b/ShiftOS/Paths.vb
index 416a44a..e8a3e63 100644
--- a/ShiftOS/Paths.vb
+++ b/ShiftOS/Paths.vb
@@ -25,9 +25,8 @@
'Declaration Hierarchy
- 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 root As String = "C:\ShiftOS\" 'Do NOT use this unless it is for files that must go DIRECTLY in C:\ShiftOS\
Public progdata As String = root & "SoftwareData\"