ChDir Instruction
SyntaxGroupChDir Dir$
FileDescription
Change the current directory to Dir$.Pocket PC
Not supported.Sandbox
Sandbox mode blocks this instruction.
See Also
Parameters Description Dir$ This string value is the path and name of the directory.
ChDrive, CurDir$( )
Sub Main ChDir "C:\" Debug.Print CurDir$() '"C:\" End Sub