Create a File for use with open().
Note that File is unbuffered by default - wrap an instance within tango.io.stream.Buffered for buffered I/O.
See Implementation
Create a File for use with open().
Note that File is unbuffered by default - wrap an instance within tango.io.stream.Buffered for buffered I/O.