if you want to get the temp directory
if you want to get the temp directory
Rate if you want to get the temp directory
(1(1 Vote))
Private Sub Command2_Click()
Dim tmpstr As String * 256
GetSystemDirectory 256,tmpstr
MsgBox Left(tmpstr , InStr(tmpstr , Chr(0)) - 1)
end
End Sub
if you want to get the temp directory Comments
No comments yet — be the first to post one!
Post a Comment