From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <8d60d17c5a10e611d854b1994a94d9b4@proxima.alt.za> To: 9fans@9fans.net Date: Thu, 22 Jan 2009 19:39:46 +0200 From: lucio@proxima.alt.za MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Subject: [9fans] file creation time Topicbox-Message-UUID: 841561a0-ead4-11e9-9d60-3106f5b1d025 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? ++L