File.this

Create a File with the provided path and style.

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

  1. this()
  2. this(const(char[]) path, Style style)
    class File
    this
    (
    const(char[]) path
    ,)

Meta