02-11-2022 01:27 AM
Hi,
I have a requirement to rename a file by appending the timestamp to its name, after processing it. Apart from the usual File-Reader+File-Writer(to file with new name)+File-Delete(to delete old file), is there a simpler way?
Best,
Rajesh
02-11-2022 01:30 AM
02-11-2022 01:50 AM
Thanks. However unfortunately, the protocol I need to use is smb and File operation does not support it.