Creates a new DeleteLocalAction for the given relative path.
Path relative to the sync root.
Absolute local filesystem path.
Callback that performs the deletion.
ReadonlyabsoluteAbsolute local filesystem path.
ReadonlyrelativePath relative to the sync root.
ReadonlysizeSize in bytes of the file, or 0 for metadata-only actions.
ReadonlytypeThe kind of action.
Deletes the local file (unless dryRun) and returns a 'delete-local' event.
Whether to simulate the action without making changes.
Optionalsignal: AbortSignalOptional abort signal checked before deleting.
A promise resolving to the sync event produced by the action.
Deletes a file from the local filesystem.