Hello! I have a directory containing several files that undergo a lengthy workflow process. At the end of this process, I receive all the outputs needed. However, I would like the system to automatically rename these files in the directory (not the output files) according to a specific naming scheme once the workflow is completed.
I have a spreadsheet that includes two columns: one labeled `FullPath` containing the current names of the files, and another labeled `FinalFullPath` with the desired new names for these files. I do not want to create copies of the files; I only want to rename the existing ones.
Is this possible to implement?