Doug Turner wrote:
> Pete is right, partly. It has been suggested that we split the API into
> a file system service interface and a file specification instance
> interface. I am unsure of the gain. comments?
There is no gain to having additional interfaces.
It should remain nsIFile and nsILocalFile where nsIFile can be broken up
logically into metadata/fileinfo and fileSystem with some simple block
comments.
Get rid of NS_FILE_CONTRACTID as suggested and leave nsILocalFile w/
InitWithPath.
--pete