aboutsummaryrefslogtreecommitdiff
path: root/ShiftOS/Paths.vb
diff options
context:
space:
mode:
authorNarodGaming <[email protected]>2015-05-01 19:45:24 +0100
committerNarodGaming <[email protected]>2015-05-01 19:45:24 +0100
commit62d37293b5210f6bb370f5eb984324419adb5241 (patch)
tree58fc116e1bc3a45d520c9008dd42b1c2ab2b882f /ShiftOS/Paths.vb
parent7a0c7cc0d652b9b0915a66fabe3b9718338cd24f (diff)
parente7dd4f641ce51f58dee40c9b7a4064ccc275cf31 (diff)
downloadshiftos-62d37293b5210f6bb370f5eb984324419adb5241.tar.gz
shiftos-62d37293b5210f6bb370f5eb984324419adb5241.tar.bz2
shiftos-62d37293b5210f6bb370f5eb984324419adb5241.zip
Merge branch 'master' of https://github.com/ShiftOS/ShiftOS
Diffstat (limited to 'ShiftOS/Paths.vb')
-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\"