Mega Code Archive

 
Categories / VisualBasic Script / File Path
 

To return the current path for a specified drive

Sub curDirDemo1()     CurDir ("C:\") End Sub