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>getwindowsdirectory()</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
GetWindowsDirectory()
Return the path of the Windows directory
------------------------------------------------------------------------------

Syntax
GetWindowsDirectory()   -->   cPath

Arguments
None.

Returns
A character string giving the path of the Windows directory
(typically C:\WINDOWS).

Description
This function returns the path of the Windows directory, which
is private to the user running Windows.  Although an
application can create files in this directory, overuse of
this will cause clutter and confusion.

Example
? "Windows directory is ", GetWindowsDirectory()


See Also: GetSystemDirectory()

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