[SOLVED] Paste Multiple Files From Named Clipboard

I am attempting to put multiple files into a clipboard so I can paste them all at once into an app.

I ask for user input and then iterate over the characters to get a file reference to a PNG file for each letter. Each file is copied to a Named Clipboard but when I paste from that clipboard I only get the last file.

Is there a way to append a new file to a clipboard?

It would help if you detailed your workflow. Are these files that you'd like to reference on an on-the-fly basis or ones that you'd like to have saved for regular use?

Keyboard Maestro doesn't natively support pasting multiple files at once, although this can be accomplished with AppleScript:

Thanks. Its not a real hassle at the moment so I'll keep it as it is but I have that suggestion bookmarked