aboutsummaryrefslogtreecommitdiff
path: root/ShiftOS/Paths.vb
diff options
context:
space:
mode:
authorTheUltimateHacker <[email protected]>2015-03-16 12:19:41 -0400
committerTheUltimateHacker <[email protected]>2015-03-16 12:19:41 -0400
commitad47328090b8225dfe7c43283bfcb0ddeee506e7 (patch)
tree7a8e2f22783cb96228ac49fefc9395d9e15fe58d /ShiftOS/Paths.vb
parentdbdc3f918399bc25220c93845f16d51933a9a762 (diff)
parent91604723d5c0696e82d729b486abd07aaa9fd24a (diff)
downloadshiftos-ad47328090b8225dfe7c43283bfcb0ddeee506e7.tar.gz
shiftos-ad47328090b8225dfe7c43283bfcb0ddeee506e7.tar.bz2
shiftos-ad47328090b8225dfe7c43283bfcb0ddeee506e7.zip
Merge remote-tracking branch 'origin/master'
Conflicts: ShiftOS/skins.vb
Diffstat (limited to 'ShiftOS/Paths.vb')
-rw-r--r--ShiftOS/Paths.vb4
1 files changed, 3 insertions, 1 deletions
diff --git a/ShiftOS/Paths.vb b/ShiftOS/Paths.vb
index beb1477..e5c75ff 100644
--- a/ShiftOS/Paths.vb
+++ b/ShiftOS/Paths.vb
@@ -11,8 +11,9 @@
' Download Manager Data - Paths.dnldata - Not sure what this does
' Save Data - Paths.savedata - The game has it's save file in here
' Skin Directory - Paths.skindir - Self explanatory.
- ' Loaded Skin Directory - Paths.loadedSkin - Where the contents of .skn files are extracted to.
+ ' Loaded Skin Directory - Paths.loadedskin - Where the contents of .skn files are extracted to.
' Sound Directory - Paths.sounddir - Where sound files (such as Infobox chime) are stored, coming soon.
+ ' Current Skin Directory - Paths.currentskin - ??????????
' Home Directory - Paths.home - This is the folder that contains all the user's files
' Desktop - Paths.desktop - All the files that appear on your desktop should be stored here
' Documents - Paths.documents - The documents folder is where the user puts their documents
@@ -39,6 +40,7 @@
Public skindir As String = savedata & "Skins\"
Public loadedskin As String = skindir & "Loaded\"
+ Public currentskin As String = skindir & "Current\"
Public sounddir As String = loadedskin & "Sound Files\"