CHDIR Change Disk Subdirectory pp 189 Syntax: Chdir (String) ; Type: String Form: Procedure Purpose: Changes the current directory path to String. ---------------------------------------------------------------------------- Usage: BEGIN Chdir ('C:\Pascal') ; END.