Mega Code Archive

 
Categories / VisualBasic Script / File Path
 

To return the current path, use CurDir without an argument

Sub curDirDemo()     MsgBox CurDir End Sub