Hello,
I have a variable that looks like this
"file1.dat,file2.dat,file3.dat" (Filenames separated with comma)
or
"file1.dat;file.dat;file3.dat" (Filenames separated with semicolon)
I want to copy these files with XCopy from one folder to another.
So, how to create a loop on the filenames?
Is there a way to split a string to tokens?
Or is there a way to copy a file list?
Or is there a way to create a File Set from this string variable?