File.this

Create a File for use with open().

Note that File is unbuffered by default - wrap an instance within ocean.io.stream.Buffered for buffered I/O.

  1. this(IOException exception)
    class File
    this
  2. this(cstring path, Style style, IOException exception)

Parameters

exception IOException

reusable exception instance to use, or null to create a fresh one.

Meta