Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- The Guide to Clip-4-Win version 3.0 - <b>getsystemdirectory()</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
GetSystemDirectory()
Returns the path of the Windows system directory
------------------------------------------------------------------------------

Syntax
GetSystemDirectory()   -->   cPath

Arguments
None.

Returns
A character string holding the path of the Windows system
directory.

Description
This function returns the path of the Windows system
directory, typically C:\WINDOWS\SYSTEM.

Applications should use this path little, if at all, and
should never attempt to create files in the system directory:
users are likely to be confused by the resulting clutter, and
on a network you may not have write access anyway.  Instead,
use an application-defined directory or the path returned by
GetWindowsDirectory().

Example
? "Windows system files are in ", GetSystemDirectory()


See Also: GetWindowsDirectory()

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson