Code:Private Sub Command1_Click() If Len(Dir(Text1.Text, vbDirectory)) Then If (GetAttr(Text1.Text) And vbDirectory) = vbDirectory Then MsgBox Text1.Text & " is a FOLDER" End If Else MsgBox Text1.Text & " is not a FOLDER " End If End Sub
|
Results 1 to 13 of 13
Threaded View
|
Click Here to Expand Forum to Full Width |