Cd

From PyMOLWiki
Revision as of 02:46, 24 February 2007 by Inchoate (talk | contribs) (New page: == DESCRIPTION == Changes PyMOL's current working directory. This useful command allows the user to set the current working directory without having to leave PyMOL. == USAGE == <source lang="python">...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

DESCRIPTION

Changes PyMOL's current working directory. This useful command allows the user to set the current working directory without having to leave PyMOL.


USAGE

cd DIR_NAME

where DIR_NAME is some directory.

EXAMPLES

# go to my home directory
cd ~

# go to /tmp
cd /tmp