Rename multiple files in a folder

Hi, I want to rename some files in a folder but I have this error:

“Move file: Index and count must refer to a location within the string.
Parameter name: count”

Hi @jotastorres
You are getting the following error because you are trying to remove more number of character than the file name consist.
For e.g if file name is Zip and you are using remove(0,5) this will throw the above error as it consist of only 3 characters

I hope this solves your query

1 Like

Thank you so much.

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.