Team,
Using - FTP activities to connect to a server
Requirement - If any files present in specified path i need to delete them, but im unable to do so.
PFA, In which i want to delete each file present in str_filecount.
Thanks in advance.
Team,
Using - FTP activities to connect to a server
Requirement - If any files present in specified path i need to delete them, but im unable to do so.
PFA, In which i want to delete each file present in str_filecount.
Thanks in advance.
Try item.FullName instead of item.ToString.
By the way, your variable name is quite confusing. str_filecount would lead me to believe it is a string consisting of a number, like “3”.
item.FullName
. This represents the full path of the file to be deleted.Thanks!!
Thanks this works
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.