Rename File Name

Pete_L

Active Member
Loop through the File collection and use the Utility - File Management VBO on each row in the collection. You can use the VBO's Copy File action to copy each file to a new filename. Then, use the Delete File action to delete the original file. So, in the loop, get the original filename, store it, copy the file to a new name, then using the stored old filename, delete the old file.
 

tiger19

Member
Loop through the File collection and use the Utility - File Management VBO on each row in the collection. You can use the VBO's Copy File action to copy each file to a new filename. Then, use the Delete File action to delete the original file. So, in the loop, get the original filename, store it, copy the file to a new name, then using the stored old filename, delete the old file.

Thanks. Is working fine.
 
Last edited:
Top