remove


Description:

public async void remove (FileBase filebase, DateTime timestamp) throws Error

Delete a file via File.delete on the daemon.

Folder and alias rows are not supported on the client yet (daemon scan / future Folder.delete RPC). timestamp is ignored — the daemon records FileHistory with its own clock.

Parameters:

filebase

The File to delete

timestamp

Ignored on client (API compatibility with shipping)

Exceptions:

GLib.Error

if the RPC fails or the type is unsupported