D Documentation  
* Constructor
this (char[] name, FileStyle style = FileStyle.ReadExisting);
this (FileProxy proxy, FileStyle style = FileStyle.ReadExisting);
this (FilePath path, FileStyle style = FileStyle.ReadExisting);


Use FileConduit to create a new file handler.

Example:
FileConduit fc = new FileConduit ("test.txt");

// stream directly to console
Stdio.stdout.copy (fc);
Created using PHP docwiki written by Markus Dangl. Best viewed with Mozilla Firefox.