From mboxrd@z Thu Jan 1 00:00:00 1970 From: erik quanstrom Date: Thu, 3 Feb 2011 08:05:02 -0500 To: 9fans@9fans.net Message-ID: <6067898fb2c004aedabecd83cd0be2ac@brasstown.quanstro.net> In-Reply-To: <201102031245.33842.dexen.devries@gmail.com> References: <201102031245.33842.dexen.devries@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Subject: Re: [9fans] files vs. directories Topicbox-Message-UUID: aa666f82-ead6-11e9-9d60-3106f5b1d025 > why do we keep distinction between files and directories? Does it provide any > extra value over model with unified file/directory? yes. the advantage is that it's easy to tell the difference between a file and a directory. and we have a lot of code that works with the current model. what is the extra value of a unified model? - erik