Add a For Each activity with the inputFile as For Clause and Directory.GetFiles(“inputFolderPath”, “.”) as in Clause.
For each inputFile in Directory.GetFiles("inputFolderPath", "*.*")
Inside that for each use the Copy Activity with the below properties. Source : inputFile destination : “outputFolderPath” + path.getFilzeameWithoutExtension(inputFile) + “_success”+path.getExtension(inputFile)
That’s it.
Hello,
In this video I do a lot of stuff with Files (Chapter included) :
1:10 Download the file and Move the latest file to folders
4:30 Rename files with VB commands
6:00 Move files to do Rename
6:55 Delete files
8:15 Delete only PNG files
8:55 Delete all the files except PNG files
9:55 Move files
11:10 Delete files that are older than 2 weeks
14:40 Create a file or folder with dates inside