Data Type Functions VisualBasic Script

Sub changeDir()
    ChDir "c:\abc"
End Sub