<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.pymol.org/index.php?action=history&amp;feed=atom&amp;title=Cd</id>
	<title>Cd - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.pymol.org/index.php?action=history&amp;feed=atom&amp;title=Cd"/>
	<link rel="alternate" type="text/html" href="https://wiki.pymol.org/index.php?title=Cd&amp;action=history"/>
	<updated>2026-07-18T18:18:24Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.35.1</generator>
	<entry>
		<id>https://wiki.pymol.org/index.php?title=Cd&amp;diff=6629&amp;oldid=prev</id>
		<title>Pyadmin: 2 revisions</title>
		<link rel="alternate" type="text/html" href="https://wiki.pymol.org/index.php?title=Cd&amp;diff=6629&amp;oldid=prev"/>
		<updated>2014-03-28T01:49:12Z</updated>

		<summary type="html">&lt;p&gt;2 revisions&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;== DESCRIPTION ==&lt;br /&gt;
Changes PyMOL's current working directory.  This useful command allows the user to set the current working directory without having to leave PyMOL.&lt;br /&gt;
&lt;br /&gt;
See examples below for using spaces in pathnames on Windows.&lt;br /&gt;
&lt;br /&gt;
== USAGE ==&lt;br /&gt;
&amp;lt;source lang=&amp;quot;python&amp;quot;&amp;gt;&lt;br /&gt;
cd DIR_NAME&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
where '''DIR_NAME''' is some directory.&lt;br /&gt;
&lt;br /&gt;
== EXAMPLES ==&lt;br /&gt;
&amp;lt;source lang=&amp;quot;python&amp;quot;&amp;gt;&lt;br /&gt;
# go to my home directory&lt;br /&gt;
cd ~&lt;br /&gt;
&lt;br /&gt;
# go to /tmp&lt;br /&gt;
cd /tmp&lt;br /&gt;
&lt;br /&gt;
# examples of spaces on Windows&lt;br /&gt;
cd \&amp;quot;program files&amp;quot;&lt;br /&gt;
&lt;br /&gt;
cd &amp;quot;\program files&amp;quot;&lt;br /&gt;
&lt;br /&gt;
cd \program?files&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:Commands]]&lt;/div&gt;</summary>
		<author><name>Pyadmin</name></author>
	</entry>
</feed>