Mega Code Archive

 
Categories / VisualBasic Script / Forms
 

Get Directory by using the Dir function

Sub DirDemo2()     MsgBox Dir End Sub