From df6e3fd9535eee221d56bd8c48fa458e67bb263c Mon Sep 17 00:00:00 2001 From: Berke Viktor Date: Thu, 4 Oct 2012 14:53:55 +0200 Subject: [PATCH] Add note about special folder --- src/htm/Main.cs | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/htm/Main.cs b/src/htm/Main.cs index 5ecc2080..6a7cd4d2 100644 --- a/src/htm/Main.cs +++ b/src/htm/Main.cs @@ -57,6 +57,11 @@ namespace thememan } else { + /* Environment.SpecialFolder.ApplicationData + * Windows: %APPDATA% + * Unix: ~/.config + * Windows is case-insensitive so 'hexchat' should be fine for both + */ hexchatdir = Path.Combine(Environment.GetFolderPath(Environment.SpecialFolder.ApplicationData), "hexchat"); if (!Directory.Exists(hexchatdir))