Sandbox.writeFile

Write a file to the sandbox

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

Meta