Add note about special folder
This commit is contained in:
		
							parent
							
								
									723486913f
								
							
						
					
					
						commit
						df6e3fd953
					
				
					 1 changed files with 5 additions and 0 deletions
				
			
		| 
						 | 
				
			
			@ -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))
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		
		Reference in a new issue