diff options
| author | TheUltimateHacker <[email protected]> | 2015-05-17 13:05:42 -0400 |
|---|---|---|
| committer | TheUltimateHacker <[email protected]> | 2015-05-17 13:05:42 -0400 |
| commit | 37c68cce0cfd00b0982449735db35385a7e74044 (patch) | |
| tree | 413e20661ec18567b4087fd02e8601a49315e43b /shiftos_next/filesystem.vb | |
| parent | ac564b6e77ed2da993ccd60851709cda39d4ac9f (diff) | |
| download | shiftos-next-37c68cce0cfd00b0982449735db35385a7e74044.tar.gz shiftos-next-37c68cce0cfd00b0982449735db35385a7e74044.tar.bz2 shiftos-next-37c68cce0cfd00b0982449735db35385a7e74044.zip | |
Old Save Engine + Shiftorium + Softcoded Paths
More fixes and features...
Diffstat (limited to 'shiftos_next/filesystem.vb')
| -rw-r--r-- | shiftos_next/filesystem.vb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shiftos_next/filesystem.vb b/shiftos_next/filesystem.vb index 25d2785..61e8053 100644 --- a/shiftos_next/filesystem.vb +++ b/shiftos_next/filesystem.vb @@ -9,7 +9,7 @@ Public pictures As String = home + "Pictures\" Public music As String = home + "Music\" - Public systemdir As String = root + "Shiftum42\" + Public systemdir As String = root + "\Shiftum42\" Public drivers As String = systemdir + "Drivers\" |
