Gio.File::make_directory_finish

function vfunc_make_directory_finish(result: Gio.AsyncResult): Boolean {
}
  

Finishes an asynchronous directory creation, started with Gio.File.prototype.make_directory_async.

Since 2.38

result

a Gio.AsyncResult

Returns

true on successful directory creation, false otherwise.