|
|
|
The usual way to determine the Windows' main directory is based on the GetWindowsDirectory API function, which requires that you set up a buffer for the result, and then extract the null-terminated result. However, there is a much simpler approach, that works equally well under Windows 95, 98 and NT: |
You can expand on this tip to retrieve the name of the SYSTEM directory, without using any API call. In fact, you have to take into account that the this directory is named SYSTEM under Windows 95/98 and SYSTEM32 under Windows NT (and 2000). If you also notice that the OS environment variable exists only in Windows NT (and 2000) you can determine the System directory with just one line of code: |
|
|
|
Submitted By :
Nayan Patel
(Member Since : 5/26/2004 12:23:06 PM)
|
|
|
Job Description :
He is the moderator of this site and currently working as an independent consultant. He works with VB.net/ASP.net, SQL Server and other MS technologies. He is MCSD.net, MCDBA and MCSE. In his free time he likes to watch funny movies and doing oil painting. |
View all (893) submissions by this author
(Birth Date : 7/14/1981 ) |
|
|