OutputFile

data class OutputFile(val filePath: String, val content: String)(source)

Data used to create a file later.

Constructors

Link copied to clipboard
constructor(filePath: String, content: String)

Properties

Link copied to clipboard
Link copied to clipboard

A path to a file that should be created. Note that this file will be scoped to some root directory and is not supposed to escape it. In other words, using ".." will result in an exception.