<?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/9970" />

	<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>2005-07-06T20:16:51-04:00</updated>

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

		<entry>
		<author><name><![CDATA[Sir_Fz]]></name></author>
		<updated>2005-07-06T20:16:51-04:00</updated>

		<published>2005-07-06T20:16:51-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=51902#p51902</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=51902#p51902"/>
		<title type="html"><![CDATA[File Creation Date]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=51902#p51902"><![CDATA[
I think<blockquote class="uncited"><div>file stat &lt;file&gt; &lt;var&gt;</div></blockquote>would return the date of creation in the array name mtime. Read <a href="http://www.tcl.tk/man/tcl8.4/TclCmd/file.htm#M36" class="postlink">here</a>.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3085">Sir_Fz</a> — Wed Jul 06, 2005 8:16 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[XceL]]></name></author>
		<updated>2005-07-06T19:41:23-04:00</updated>

		<published>2005-07-06T19:41:23-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=51901#p51901</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=51901#p51901"/>
		<title type="html"><![CDATA[File Creation Date]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=51901#p51901"><![CDATA[
Is there another method because when using the last access time if my eggdrop dccsends the file, it changes that. Just wondering if there was something else, if not I can just store the access time in a text file.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=4402">XceL</a> — Wed Jul 06, 2005 7:41 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[greenbear]]></name></author>
		<updated>2005-07-06T19:32:28-04:00</updated>

		<published>2005-07-06T19:32:28-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=51900#p51900</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=51900#p51900"/>
		<title type="html"><![CDATA[File Creation Date]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=51900#p51900"><![CDATA[
you could use <strong class="text-strong">ctime</strong><div class="codebox"><p>Code: </p><pre><code>set when [ctime [file atime filename]]</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=24">greenbear</a> — Wed Jul 06, 2005 7:32 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[XceL]]></name></author>
		<updated>2005-07-06T19:28:44-04:00</updated>

		<published>2005-07-06T19:28:44-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=51899#p51899</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=51899#p51899"/>
		<title type="html"><![CDATA[File Creation Date]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=51899#p51899"><![CDATA[
Thanks. <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":)" title="Smile"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=4402">XceL</a> — Wed Jul 06, 2005 7:28 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[greenbear]]></name></author>
		<updated>2005-07-06T19:18:11-04:00</updated>

		<published>2005-07-06T19:18:11-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=51898#p51898</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=51898#p51898"/>
		<title type="html"><![CDATA[File Creation Date]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=51898#p51898"><![CDATA[
afaik that info isnt stored anywhere (correct me if I'm wrong), but you can get the last access time with<div class="codebox"><p>Code: </p><pre><code>file atime &lt;filename&gt;</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=24">greenbear</a> — Wed Jul 06, 2005 7:18 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[XceL]]></name></author>
		<updated>2005-07-06T18:51:06-04:00</updated>

		<published>2005-07-06T18:51:06-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=51896#p51896</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=51896#p51896"/>
		<title type="html"><![CDATA[File Creation Date]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=51896#p51896"><![CDATA[
How would I go about getting the date of when a file was created? Thanks. <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":)" title="Smile"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=4402">XceL</a> — Wed Jul 06, 2005 6:51 pm</p><hr />
]]></content>
	</entry>
	</feed>
