How to add multiple string array to single array

Hello Guys,

i have files in multiple folders and i want to copy files from each folder and paste in single folder

how can i do this ?

thanks in advance
Asha T N

@asha_TN - you can try below

arryfileList = Path.GetFileName(fullPath)
do a foreach with arryfileList
inside foreach use move activity - mention from path as foreach item
and in destination → destination+ foreach item

hi @GBK

i want to search a file i multiple folders , how can i do that?

Thanks

like i want to search file1.xlsx in multiple sub folders (folder1, folder2, folder3…) and fetch from specific folder from where i found
how can i do this ?

Thanks