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