Get your windows temp directory using GetTempPath API
Get your windows temp directory using GetTempPath API
Rate Get your windows temp directory using GetTempPath API
(1(1 Vote))
Dim a As String * 256
GetTempPath 256, a
MsgBox Left(a, InStr(a, Chr(0)) - 1)
End
End Sub
Get your windows temp directory using GetTempPath API Comments
No comments yet — be the first to post one!
Post a Comment