diff options
| author | NarodGaming <[email protected]> | 2015-05-01 19:45:24 +0100 |
|---|---|---|
| committer | NarodGaming <[email protected]> | 2015-05-01 19:45:24 +0100 |
| commit | 62d37293b5210f6bb370f5eb984324419adb5241 (patch) | |
| tree | 58fc116e1bc3a45d520c9008dd42b1c2ab2b882f | |
| parent | 7a0c7cc0d652b9b0915a66fabe3b9718338cd24f (diff) | |
| parent | e7dd4f641ce51f58dee40c9b7a4064ccc275cf31 (diff) | |
| download | shiftos-62d37293b5210f6bb370f5eb984324419adb5241.tar.gz shiftos-62d37293b5210f6bb370f5eb984324419adb5241.tar.bz2 shiftos-62d37293b5210f6bb370f5eb984324419adb5241.zip | |
Merge branch 'master' of https://github.com/ShiftOS/ShiftOS
| -rw-r--r-- | ShiftOS/Paths.vb | 5 |
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\" |
