if you want to get the windows directory
if you want to get the windows directory
Rate if you want to get the windows directory
(1(1 Vote))
Dim a As String * 256
GetWindowsDirectory a, 256
b = Left(a, InStr(a, Chr(0)) - 1)
MsgBox b
End Sub
if you want to get the windows directory Comments
No comments yet — be the first to post one!
Post a Comment