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

a Gio.AsyncResult

Returns

true if the file was deleted. false otherwise.