Dear all,
the DIAdem docu tells me about DataFileCopy():
"DIAdem specifies the name of the target file from the name of the source file. Therefore the FSTargetPath variable must not contain a filename."
Is there a more elegant way of creating a second copy of a data file with different name in the same folder than
- create temp folder (opt.)
- copy to temp folder
- rename in temp folder
- move back from temp folder
- remove temp folder (opt.)
In fact, this limitation makes no sense to me.