The chdir procedure changes the current directory. NOTE: Directories are also called folders.
The chdir procedure's only parameter is an expression of string type or char type which is the name of the directory to change to.
chdir('\irie\samples') changes the current directory to '\irie\samples'
Operating Systems: All
Standard Pascal: No