BookmarkFile.toFile

bool toFile(string filename)

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

Parameters

filenamepath of the output file

Returns

true if the file was successfully written.

Throws