<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en-gb">
	<link rel="self" type="application/atom+xml" href="https://forum.eggheads.org/app.php/feed/topic/16593" />

	<title>egghelp/eggheads community</title>
	<subtitle>Discussion of eggdrop bots, shell accounts and tcl scripts.</subtitle>
	<link href="https://forum.eggheads.org/index.php" />
	<updated>2009-02-06T12:36:35-04:00</updated>

	<author><name><![CDATA[egghelp/eggheads community]]></name></author>
	<id>https://forum.eggheads.org/app.php/feed/topic/16593</id>

		<entry>
		<author><name><![CDATA[tueb]]></name></author>
		<updated>2009-02-06T12:36:35-04:00</updated>

		<published>2009-02-06T12:36:35-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=87258#p87258</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=87258#p87258"/>
		<title type="html"><![CDATA[[solved]creating folder]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=87258#p87258"><![CDATA[
thx<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=9349">tueb</a> — Fri Feb 06, 2009 12:36 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[arfer]]></name></author>
		<updated>2009-02-05T14:46:45-04:00</updated>

		<published>2009-02-05T14:46:45-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=87247#p87247</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=87247#p87247"/>
		<title type="html"><![CDATA[[solved]creating folder]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=87247#p87247"><![CDATA[
file isdirectory name<br><br>returns 1 if it is a directory, 0 otherwise<br><br>read the core tcl file command and its various options<br><br><a href="http://www.tcl.tk/man/tcl8.4/TclCmd/file.htm" class="postlink">http://www.tcl.tk/man/tcl8.4/TclCmd/file.htm</a><br><br>also read Eggdrop Tcl commands associated with the filesys module which, as I said earlier, requires that the module is loaded<br><br><a href="http://www.eggheads.org/support/egghtml/1.6.19/tcl-commands.html#filesys" class="postlink">http://www.eggheads.org/support/egghtml ... ml#filesys</a><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5705">arfer</a> — Thu Feb 05, 2009 2:46 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[tueb]]></name></author>
		<updated>2009-02-05T14:35:36-04:00</updated>

		<published>2009-02-05T14:35:36-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=87246#p87246</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=87246#p87246"/>
		<title type="html"><![CDATA[[solved]creating folder]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=87246#p87246"><![CDATA[
..and how do i check if a folder already exists? =)<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=9349">tueb</a> — Thu Feb 05, 2009 2:35 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[tueb]]></name></author>
		<updated>2009-02-05T12:47:38-04:00</updated>

		<published>2009-02-05T12:47:38-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=87245#p87245</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=87245#p87245"/>
		<title type="html"><![CDATA[[solved]creating folder]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=87245#p87245"><![CDATA[
thx, I will try that<br><br><br><br>PS: the one with "file" in fropnt worked:<br><div class="codebox"><p>Code: </p><pre><code>[file mkdir "newfolder"]</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=9349">tueb</a> — Thu Feb 05, 2009 12:47 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[arfer]]></name></author>
		<updated>2009-02-05T11:10:34-04:00</updated>

		<published>2009-02-05T11:10:34-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=87244#p87244</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=87244#p87244"/>
		<title type="html"><![CDATA[[solved]creating folder]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=87244#p87244"><![CDATA[
In Tcl the full command syntax is :-<br><br>file mkdir dir ?dir ...?<br><br>mkdir used alone is Eggdrop Tcl used for the bot's filesystem and, as far as I am aware, requires that the filesys module is loaded (it is not loaded by default).<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5705">arfer</a> — Thu Feb 05, 2009 11:10 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[DaRkOoO]]></name></author>
		<updated>2009-02-05T09:42:29-04:00</updated>

		<published>2009-02-05T09:42:29-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=87243#p87243</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=87243#p87243"/>
		<title type="html"><![CDATA[[solved]creating folder]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=87243#p87243"><![CDATA[
mkdir foldername<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=10236">DaRkOoO</a> — Thu Feb 05, 2009 9:42 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[tueb]]></name></author>
		<updated>2009-02-05T13:05:24-04:00</updated>

		<published>2009-02-05T08:48:09-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=87242#p87242</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=87242#p87242"/>
		<title type="html"><![CDATA[[solved]creating folder]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=87242#p87242"><![CDATA[
Hi,<br><br>is there an command to create a new folder?<br><br>thx,<br><br>tueb<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=9349">tueb</a> — Thu Feb 05, 2009 8:48 am</p><hr />
]]></content>
	</entry>
	</feed>
