toFile

fun toFile(filename: String): <Error class: unknown class><Boolean>

This function outputs @bookmark into a file. The write process is guaranteed to be atomic by using g_file_set_contents() internally.

Return

true if the file was successfully written.

Since

2.12

Parameters

filename

path of the output file