Get System Directory1 Line of Code No API
Get the system directory with 1 line of code and no API.
Assumes
I've tested this on Windows 9x/2000/NT/XP, but I cannot say it will work on ME.
Rate Get System Directory1 Line of Code No API
(2(2 Vote))
msgbox Environ$("windir") & IIf(Len(Environ$("OS")), "\SYSTEM32", "\SYSTEM")
Get System Directory1 Line of Code No API Comments
No comments yet — be the first to post one!
Post a Comment