in reply to Re: Quickest way to locate System32 Dir?
in thread Quickest way to locate System32 Dir?
use constant CSIDL_SYSTEM => 0x25; # Decimal 37
before you can GetFolderPath.
In any case, that is the exact equivalent of calling 'GetSystemDirectory()' .
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Re: Quickest way to locate System32 Dir?
by meetraz (Hermit) on Jan 16, 2004 at 19:36 UTC |