can I use for each folder inside for each folder and inside of them for each file in folder?
as I need the BOT to enter all the files (folder1) then get into a specific folder inside of them all with the name (Subfolder) then enter another one (ID folder) and copy some photos as the screen below
Yes you can use like that…also if you are looking at looping all files inside a folder and sub folder inside them then you can directly use include sub folders option also
so you mean even if the second for each folder dosn’t have the new path for the secon folder it will work also?
as the run from this activity is disabled if you know why?
i am sorry but I didn’t get it let’s present it as real
i have a folder containing the following folder called (account 1, account 2, and Account 3) inside them I have two folders one of them called IDs inside this one i have some pic i need to copy.
so how can i do this
i am sorry for bothering you
Use for each fiel in folder activity and click on include sub folders options…it will read the files which are inaide tour second sub folder also directly and if you want only pictures use the filter option to give the picture related extensions only
And inside the for each file in folder use currentfile.fullname to get the location…
Just use a log mesaage to understand how it works and gets the files inside the aub folders also when you use include sub folders option