chDir()

Change directory.

Syntax:
chDir( path )

Example:
if os="unix" then
    chDir( "/" )
else
    chDir( "c:/" )
end if

See also dir$() command.