Gio.File::delete_file_finish
function vfunc_delete_file_finish(result: Gio.AsyncResult): Boolean {
}
Finishes deleting a file started with Gio.File.prototype.delete_async.
Since 2.34
- result
- Returns
true if the file was deleted. false otherwise.
function vfunc_delete_file_finish(result: Gio.AsyncResult): Boolean {
}
Finishes deleting a file started with Gio.File.prototype.delete_async.
Since 2.34
true if the file was deleted. false otherwise.