saveFile

fun File.saveFile(content: String): Job

Asynchronously saves the provided content to the file.

Parameters

content

The content to be written to the file.