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
Printable View
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
If you are looking for Windows directory then use GetWindowsDirectory function
thanks!