Sandbox.writeFile

Write a file to the sandbox

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

Meta