Gio.File.prototype.make_directory_finish
function make_directory_finish(result: Gio.AsyncResult): Boolean {
// Gjs wrapper for g_file_make_directory_finish()
}
Finishes an asynchronous directory creation, started with Gio.File.prototype.make_directory_async.
Since 2.38
- result
- Returns
true on successful directory creation, false otherwise.