Sandbox.writeFile

Write a file to the sandbox

  1. void writeFile(string fileName, string output)
    struct Sandbox
    const
    void
    writeFile
    (
    in string fileName
    ,
    in string output = ""
    )
  2. void writeFile(string fileName, string[] lines)

Meta