<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>https://www.computercraft.info/wiki/index.php?action=history&amp;feed=atom&amp;title=Shell.setPath</id>
		<title>Shell.setPath - Revision history</title>
		<link rel="self" type="application/atom+xml" href="https://www.computercraft.info/wiki/index.php?action=history&amp;feed=atom&amp;title=Shell.setPath"/>
		<link rel="alternate" type="text/html" href="https://www.computercraft.info/wiki/index.php?title=Shell.setPath&amp;action=history"/>
		<updated>2026-07-11T11:14:56Z</updated>
		<subtitle>Revision history for this page on the wiki</subtitle>
		<generator>MediaWiki 1.24.1</generator>

	<entry>
		<id>https://www.computercraft.info/wiki/index.php?title=Shell.setPath&amp;diff=6013&amp;oldid=prev</id>
		<title>Alekso56: adding page for shell.setPath</title>
		<link rel="alternate" type="text/html" href="https://www.computercraft.info/wiki/index.php?title=Shell.setPath&amp;diff=6013&amp;oldid=prev"/>
				<updated>2013-10-03T04:02:29Z</updated>
		
		<summary type="html">&lt;p&gt;adding page for shell.setPath&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{Function&lt;br /&gt;
 |name=shell.setPath&lt;br /&gt;
 |args=[[string]] path&lt;br /&gt;
 |api=shell&lt;br /&gt;
 |returns=[[nil]]&lt;br /&gt;
 |addon=ComputerCraft&lt;br /&gt;
 |desc=Sets the working path.&lt;br /&gt;
 |examples={{Example&lt;br /&gt;
 |desc=If turtle then change to turtle path.&lt;br /&gt;
 |code=local sPath = &amp;quot;.:/rom/programs&amp;quot;&lt;br /&gt;
 if turtle then &lt;br /&gt;
  sPath = sPath..&amp;quot;:/rom/programs/turtle&amp;quot; &lt;br /&gt;
 else &lt;br /&gt;
  sPath = sPath..&amp;quot;:/rom/programs/computer&amp;quot; &lt;br /&gt;
 end&lt;br /&gt;
 shell.setPath(sPath)&lt;br /&gt;
 |output=&lt;br /&gt;
 }}&lt;br /&gt;
&lt;br /&gt;
 |notes=&lt;br /&gt;
* It does not output anything, it just sets the path.&lt;br /&gt;
 }}&lt;br /&gt;
&lt;br /&gt;
[[Category:API_Functions]]&lt;/div&gt;</summary>
		<author><name>Alekso56</name></author>	</entry>

	</feed>