to_file


Description:

public bool to_file (string filename) throws BookmarkFileError, FileError

This function outputs this into a file.

The write process is guaranteed to be atomic by using set_data internally.

Parameters:

this

a BookmarkFile

filename

path of the output file

Returns:

true if the file was successfully written.