This is a read-only mirror of pymolwiki.org

Difference between revisions of "Cd"

From PyMOL Wiki
Jump to navigation Jump to search
m (2 revisions)
 
(No difference)

Latest revision as of 01:49, 28 March 2014

DESCRIPTION

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

See examples below for using spaces in pathnames on Windows.

USAGE

cd DIR_NAME

where DIR_NAME is some directory.

EXAMPLES

# go to my home directory
cd ~

# go to /tmp
cd /tmp

# examples of spaces on Windows
cd \"program files"

cd "\program files"

cd \program?files