9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
* [9fans] file creation time
@ 2009-01-22 17:39 lucio
  2009-01-22 17:43 ` erik quanstrom
  0 siblings, 1 reply; 12+ messages in thread
From: lucio @ 2009-01-22 17:39 UTC (permalink / raw)
  To: 9fans

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




^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2009-01-22 20:35 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-01-22 17:39 [9fans] file creation time lucio
2009-01-22 17:43 ` erik quanstrom
2009-01-22 17:50   ` lucio
2009-01-22 17:57     ` andrey mirtchovski
2009-01-22 18:08     ` erik quanstrom
2009-01-22 18:16     ` roger peppe
2009-01-22 18:20       ` lucio
2009-01-22 20:35         ` Charles Forsyth
2009-01-22 18:21       ` erik quanstrom
2009-01-22 19:31         ` Richard Miller
2009-01-22 19:54           ` erik quanstrom
2009-01-22 19:01   ` Charles Forsyth

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).