Click to See Complete Forum and Search --> : localization?


Grace
September 10th, 2004, 06:01 PM
Hi all,

I need to get something from the C:\windows. If the OS is not English, is it still "C:\windows"? Is there a way to get into "c:\windows" in every language OS?

Thanks,
G

sbubis
September 12th, 2004, 12:18 AM
If you are looking for Windows directory then use GetWindowsDirectory function

Grace
September 12th, 2004, 02:58 AM
thanks!