Hi!
I would like to copy a file in the same folder where was the file programmatically. I was thinking to use the Clipboard but I do not see really how I can paste the file in the specific space:
addClipboardNode(id, ClipboardStatus.COPY);
I have a file stored in admin/procedures/record.xml and I would like to have a copy in admin/procesures/record1.xml
How can I paste the copy then in the same folder?
Thanks in advance for your help