chdir
Change the current working directory

Syntax:
chdir,'directory_name'
The argument is a string enclosed in single quotes which is a valid directory name. It can be a network directory, but be sure that you have write access there because all the PostScript files will be created in the current working directory.

This routine will change the IDL prompt on the command line to show you which is the current working directory.

Example:
chdir,'C:\TMP'

Another Example:
chdir,'\\EGSE\ODIN\TM'

Options:
none