> 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