Get computer's Windows or Windows Fonts directory

  • Thread starter Thread starter Elmo Watson
  • Start date Start date
E

Elmo Watson

In vb.net 2005 - I know that to get the system directory, it's
system.environment.systemdirectory.

I need to find the fonts directory - - which is normally inside the Windows
directory - so how can I locate either or both of these (if I find the
windows directory with a global variable, then I can at least concatenate
'\fonts' to it)?
 
Back
Top