I want to rename the file,but Rename File Activity in system package 20.10.1 can’t be used.I want find ways to instead.How can I do?
can you share the scenario.
@Vaibhav_Rajpoot_17
Likes this.
The DowloadFile can be instead to “C:\John20220621154433.zip”.
I want it become to “C:\Check.zip”.Don’t change the file path.
Okay,I used Inovke Code to solve it just now.
FileSystem.Rename(oldpathname,newpathname)
I use this code and i solved it.
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.