# Class LittleGhost::Tools::Filesystem::WriteFile

Documentation version: Edge

Canonical HTML: https://littleghostai.org/docs/LittleGhost/Tools/Filesystem/WriteFile.html

Writes one UTF-8 text file through a writable sandbox.

## Inheritance

`LittleGhost::Tools::Filesystem::WriteFile < LittleGhost::Tool`

## Instance methods

<a id="method-i-call"></a>
### `#call`

```ruby
#call(input)
```

Writes `input["content"]` to `input["path"]` through the
sandbox.
