114
114
print (JSON.stringify (this._settings, null, 2).toString () );
116
116
// Check if the folder exists, and if it does not exist, create it.
119
120
let folder = Gio.File.new_for_path (folder_path);
120
121
if (!GLib.file_test (folder_path, GLib.FileTest.EXISTS)) {
121
122
folder.make_directory (null);