ChDrive Instruction
SyntaxGroupChDrive Drive$
FileDescription
Change the current drive to Drive$.Pocket PC
Not supported.Sandbox
Sandbox mode blocks this instruction.
See Also
Parameters Description Drive$ This string value is the drive letter.
ChDir, CurDir$( )
Sub Main ChDrive "B" Debug.Print CurDir$() '"B:\" End Sub