Package-level declarations

Functions

Link copied to clipboard

Recursively builds a file tree from a given file.

Link copied to clipboard
fun File.loadFileContent(onContentLoaded: (String) -> Unit): Job

Asynchronously loads the content of the file and invokes the provided callback with the content.

Link copied to clipboard
fun File.saveFile(content: String): Job

Asynchronously saves the provided content to the file.