I want to copy some file to the same dir with a new name (manually specified, no autorename). But CopyFile function accepts only path as a target param.
Is it somehow possible to achieve the goal? If no, maybe enhance CopyFile with an additional param or implement a new function CloneFile?