Script object to know whether the clipboard is cutting or copying items?

I need to use a script to paste items and rebuild the source items folder structure. Is there an object that gets the current action of the clipboard (cut or copy)?

I only found the OnGetCopyQueueName event.

So maybe this is a feature request:
DOpus.GetClipAction Returns True if the operation is a move instead of a copy.

We'll add a flag to DOpus.GetClipFormat so it returns "files_copy" or "files_cut" instead of just "files".

(Saves re-opening the clipboard for the extra information.)

1 Like