Connecting Tech Pros Worldwide Help | Site Map

windows font folder name

Newbie
 
Join Date: Feb 2009
Posts: 15
#1: Oct 8 '09
Hello,

I want to get the windows font folder with path.

Please any one help me

Thanks
Sam
tlhintoq's Avatar
Moderator
 
Join Date: Mar 2008
Location: Arizona, USA
Posts: 1,745
#2: Oct 8 '09

re: windows font folder name


Have you tried getting the system folder, then adding \Fonts\ to that path?

Expand|Select|Wrap|Line Numbers
  1. string sSystemFolder = System.Environment.GetFolderPath(
  2. System.Environment.SpecialFolder.System);
Newbie
 
Join Date: Feb 2009
Posts: 15
#3: Oct 8 '09

re: windows font folder name


Great. its works thanks
Reply