I need kix to move some files from a source-directory to a target-directory and rename them in the process. Now, the moving (copy/delete) part is easy, but how do I get kix to rename a file from an unknown filename to a new generated (@time) filename?
If I have more than one file in a directory and copy them to a new directory using a new generated filename I think each file is given that filename and then is overwritten by the next file as it gets the same name.
Any hints, ideas???