RE: help needed finding a default dir
- Posted by Matt Lewis <matthewwalkerlewis at yahoo.com> Jan 12, 2004
- 546 views
Hayden McKay wrote:
>
> Can anyone help me with a small routine to find out the directory
> name of %WinDir%?
>
Sure:
function get_windir()
return getenv("WINDIR")
end function
Matt Lewis

