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");
Stdio.stdout.copy (fc);
|
|