> Given that some of the things which are done only on local, disk based files > (hence the reason for nsILocalFile in addition to nsIFile) have been moved > into the File System service, what's left in nsILocalFile becomes so small. > Do we still need the distinction between the two? > I think that we always will want to have a nsILocalFile, even if it is empty (contains no functions). The reason is that you will want to know if the file exists on your local machine. For this, you can simply QI for this interface. Adding another attribute (onLocalFS) to EVERY impl of nsIFile which return false for all but the nsILocalFile impl seams wrong.
- Proposed nsIFile and nsILocalFile Changes - MUST READ Doug Turner
- Re: Proposed nsIFile and nsILocalFile Changes - ... Jon Smirl
- Re: Proposed nsIFile and nsILocalFile Change... Conrad Carlen
- Re: Proposed nsIFile and nsILocalFile Changes - ... Pete Collins
- Re: Proposed nsIFile and nsILocalFile Changes - ... David Price
- Re: Proposed nsIFile and nsILocalFile Change... Doug Turner
- Re: Proposed nsIFile and nsILocalFile Changes - ... Conrad Carlen
- Re: Proposed nsIFile and nsILocalFile Changes - ... Conrad Carlen
- Re: Proposed nsIFile and nsILocalFile Changes - ... Mike Shaver
- Re: Proposed nsIFile and nsILocalFile Changes - ... Doug Turner
- Re: Proposed nsIFile and nsILocalFile Changes - ... Doug Turner
- Re: Proposed nsIFile and nsILocalFile Changes - ... Doug Turner
- Re: Proposed nsIFile and nsILocalFile Change... Patrick Beard
- Re: Proposed nsIFile and nsILocalFile Changes - ... Doug Turner
- Re: Proposed nsIFile and nsILocalFile Change... Patrick Beard
- Re: Proposed nsIFile and nsILocalFile Change... pete collins
- Re: Proposed nsIFile and nsILocalFile Change... pete collins
- Re: Proposed nsIFile and nsILocalFile Changes - ... Frank Yung-Fong Tang
- Re: Proposed nsIFile and nsILocalFile Changes - ... Daniel Veditz
- Re: Proposed nsIFile and nsILocalFile Changes - ... Daniel Veditz
