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
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
Thanks. However unfortunately, the protocol I need to use is smb and File operation does not support it.