License:
BSD style: see license.txt

Version:
Initial release: Oct 2007

author:
Kris

  • class FileInput : tango.io.device.FileConduit.FileConduit;
  • Trivial wrapper around a FileConduit

  • this(char[] path, FileConduit.Style style = (FileConduit).ReadExisting);
  • Open a file for reading. Don't forget to use close()

  • class FileOutput : tango.io.device.FileConduit.FileConduit;
  • Trivial wrapper around a FileConduit

  • this(char[] path, FileConduit.Style style = (FileConduit).WriteCreate);
  • Open a file for writing. Don't forget to use close()

    Copyright (c) 2007 Kris Bell. All rights reserved :: page rendered by CandyDoc