writeFile

open fun writeFile(path: String, content: String): String

Write content to a file, creating or overwriting as needed.