Deletes a file from the local filesystem.
Creates a new DeleteLocalAction for the given relative path.
Path relative to the sync root.
Absolute local filesystem path.
Callback that performs the deletion.
Readonly
Size in bytes of the file, or 0 for metadata-only actions.
The kind of action.
Deletes the local file (unless dryRun) and returns a 'delete-local' event.
Whether to simulate the action without making changes.
An async generator yielding sync progress events.
Deletes a file from the local filesystem.