VB6Runtime / Library / File / ch_dir

VB6 Library Reference

VB6 ChDir statement syntax: - ChDir path Changes the current directory or folder. The path argument can include a drive letter. If no drive is specified, ChDir changes the current directory on the current drive.

Remarks

Examples

ChDir "C:\Temp"
ChDir "D:\Data"
ChDir "\var\log"

Reference

← Back to File | View all functions