BookmarkFile.toFile

This function outputs bookmark into a file. The write process is guaranteed to be atomic by using glib.global.fileSetContents internally.

class BookmarkFile
bool
toFile
(
string filename
)

Parameters

filename string

path of the output file

Return Value

Type: bool

true if the file was successfully written.