1
0
mirror of https://github.com/moparisthebest/hexchat synced 2024-10-31 15:35:03 -04:00

Add note about special folder

This commit is contained in:
Berke Viktor 2012-10-04 14:53:55 +02:00
parent 723486913f
commit df6e3fd953

View File

@ -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))