phobos: What type to use instead of File when doing I/O on streams?
    Adam D. Ruppe via Digitalmars-d-learn 
    digitalmars-d-learn at puremagic.com
       
    Mon Nov  9 12:08:19 PST 2015
    
    
  
On Monday, 9 November 2015 at 19:49:15 UTC, J.Frank wrote:
> I'm looking for a replacement for the deprecated inferfaces 
> InputStream and OutputStream.
Just keep using them. The deprecated note isn't really 
important... they will still be in Phobos for another year and 
you can copy the file out yourself to keep using it beyond that.
As of right now, there is no exact official replacement.
    
    
More information about the Digitalmars-d-learn
mailing list