Re: Download files and append new value to the existing name
It's not possible to add a prefix, when downloading the files selected using a file mask.
You would have to retrieve the file list (
Or change the naming strategy to add a suffix instead.
You would have to retrieve the file list (
Session.ListDirectory
) and download the files one by one.
Or change the naming strategy to add a suffix instead.