<?xml version="1.0" encoding="UTF-8"?>
	<rss version="2.0"
		xmlns:content="http://purl.org/rss/1.0/modules/content/"
		xmlns:wfw="http://wellformedweb.org/CommentAPI/"
		xmlns:dc="http://purl.org/dc/elements/1.1/"
		xmlns:atom="http://www.w3.org/2005/Atom"

			>

	<channel>
		<title>Cycling 74  &#187;  Topic: create directory</title>
		<atom:link href="http://cycling74.com/forums/topic/create-directory/feed" rel="self" type="application/rss+xml" />
		<link>http://cycling74.com/forums/topic/create-directory/feed</link>
		<description></description>
		<pubDate>Thu, 20 Jun 2013 04:39:59 +0000</pubDate>
		<generator>http://bbpress.org/?v=2.2.4</generator>
		<language></language>

		
														
					
				<item>
					<guid>http://cycling74.com/forums/topic/create-directory/#post-48362</guid>
					<title><![CDATA[create directory]]></title>
					<link>http://cycling74.com/forums/topic/create-directory/#post-48362</link>
					<pubDate>Tue, 09 Feb 2010 10:21:05 +0000</pubDate>
					<dc:creator>adamsynnott</dc:creator>

					<description>
						<![CDATA[
						<p>Hi all,<br />
is anyone aware of a way to create a directory from a max patch?<br />
I&#8217;d like to create a new folder to export images to each time i open the patch.</p>
<p>best<br />
adam</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/create-directory/#post-173878</guid>
					<title><![CDATA[Re: create directory]]></title>
					<link>http://cycling74.com/forums/topic/create-directory/#post-173878</link>
					<pubDate>Tue, 09 Feb 2010 10:51:22 +0000</pubDate>
					<dc:creator>Guillaume Evrard</dc:creator>

					<description>
						<![CDATA[
						<p>hi,</p>
<p>you should try with java. max isn&#8217;t able to create a directory.</p>
<pre><code>
public void makedir(String string){
		boolean success = (new File(string)).mkdir();
		if (success) {
		    System.out.println("Directory: " + string + " created");
		}
}
</code></pre><p>g</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/create-directory/#post-173879</guid>
					<title><![CDATA[Re: create directory]]></title>
					<link>http://cycling74.com/forums/topic/create-directory/#post-173879</link>
					<pubDate>Tue, 09 Feb 2010 10:52:12 +0000</pubDate>
					<dc:creator>Guillaume Evrard</dc:creator>

					<description>
						<![CDATA[
						<p>(&#8220;string&#8221; must be the complete path to the directory as a symbol)</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/create-directory/#post-173880</guid>
					<title><![CDATA[Re: create directory]]></title>
					<link>http://cycling74.com/forums/topic/create-directory/#post-173880</link>
					<pubDate>Tue, 09 Feb 2010 11:58:52 +0000</pubDate>
					<dc:creator>Macciza</dc:creator>

					<description>
						<![CDATA[
						<p>You could also try &#8216;aka.shell&#8217; which should be able to do it via &#8216;mkdir&#8217;<br />
Cheers</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/create-directory/#post-173881</guid>
					<title><![CDATA[Re: create directory]]></title>
					<link>http://cycling74.com/forums/topic/create-directory/#post-173881</link>
					<pubDate>Tue, 09 Feb 2010 23:14:27 +0000</pubDate>
					<dc:creator>Luke Hall</dc:creator>

					<description>
						<![CDATA[
						<p>There&#8217;s [fscopy] which is a Jasch external which will do this for OSX.</p>
<p>lh</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/create-directory/#post-173882</guid>
					<title><![CDATA[Re: create directory]]></title>
					<link>http://cycling74.com/forums/topic/create-directory/#post-173882</link>
					<pubDate>Tue, 09 Feb 2010 23:16:10 +0000</pubDate>
					<dc:creator>Luke Hall</dc:creator>

					<description>
						<![CDATA[
						<p>There&#8217;s [fscopy] which is a <a href="http://www.jasch.ch/dl/default.htm">Jasch</a> external which will do this for OSX.</p>
<p>lh</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/create-directory/#post-173883</guid>
					<title><![CDATA[Re: create directory]]></title>
					<link>http://cycling74.com/forums/topic/create-directory/#post-173883</link>
					<pubDate>Thu, 11 Feb 2010 03:50:12 +0000</pubDate>
					<dc:creator>adamsynnott</dc:creator>

					<description>
						<![CDATA[
						<p>Hi all,<br />
I found this object for both windows and mac.<br />
<a href="http://www.publicbeta.cx/maxx/mkdir.zip" rel="nofollow">http://www.publicbeta.cx/maxx/mkdir.zip</a><br />
cheers,<br />
Adam</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://cycling74.com/forums/topic/create-directory/#post-173884</guid>
					<title><![CDATA[Re: create directory]]></title>
					<link>http://cycling74.com/forums/topic/create-directory/#post-173884</link>
					<pubDate>Thu, 11 Feb 2010 10:33:04 +0000</pubDate>
					<dc:creator>pid</dc:creator>

					<description>
						<![CDATA[
						<p>the jamoma package has a very nice external which does this smoothly and works great. cross platform.</p>
						]]>
					</description>

					
					
				</item>

					
		
	</channel>
	</rss>

