Defile.writeDir

Sets the current write directory.

All calls to writeFile or Defile.write will be directed to the directory specified here.

  1. string writeDir()
  2. void writeDir(string dir)
    struct Defile
    static
    void
    writeDir
    (
    string dir
    )

Parameters

dir
Type: string

The new write directory.

Throws

DefileException if the call fails.

Meta