Hello
I can't find the command to run on a PDM macro to delete a file.
I tried this, with filepath as the full file name declared as String. (e.g. C:/**********/test.pdf)
Kill filepath
The goal is to copy a pdf into another folder, then delete the source file. I manage to copy the pdf to another folder, with another name but impossible to find how to delete the source file...
Does anyone know how to do it?
Thank you in advance!