The chdir procedure

Description

The chdir procedure changes the current directory. NOTE: Directories are also called folders.

Parameter

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.

Example

   chdir('\irie\samples') changes the current directory to '\irie\samples'

Portability

Operating Systems: All
Standard Pascal: No