From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: From: erik quanstrom Date: Thu, 22 Jan 2009 12:43:07 -0500 To: lucio@proxima.alt.za, 9fans@9fans.net In-Reply-To: <8d60d17c5a10e611d854b1994a94d9b4@proxima.alt.za> MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 8bit Subject: Re: [9fans] file creation time Topicbox-Message-UUID: 84259732-ead4-11e9-9d60-3106f5b1d025 On Thu Jan 22 12:41:10 EST 2009, lucio@proxima.alt.za wrote: > Does Plan 9 really not provide for file creation? > > typedef > struct Dir { > /* system-modified data */ > ushort type; /* server type */ > uint dev; /* server subtype */ > /* file data */ > Qid qid; /* unique id from server */ > ulong mode; /* permissions */ > ulong atime; /* last read time */ > ulong mtime; /* last write time */ > vlong length; /* file length */ > char *name; /* last element of path */ > char *uid; /* owner name */ > char *gid; /* group name */ > char *muid; /* last modifier name */ > } Dir; > > It's been a long time, have I asked this already? use the dump, luke. ☺ - erik