01-14-2014, 10:11 AM
Can save/restore clipboard text with getclip/setclip. To save other clipboard formats - very much work, and I think not everything/always possible.
Better use a shell menu trigger that stores file path in a global str variable, not in clipboard. As always with shared global str variables, use lock.
Better use a shell menu trigger that stores file path in a global str variable, not in clipboard. As always with shared global str variables, use lock.