Hii,
I have a folder name “input” inside that i have multiple folders and in that folder i have two type of folder one for excel file and one for .mht file.
So now i need to get the folder inside “input”
So suppose there are 3 folders inside “input” folder.Then my bot should 1st iterate throught the 1st folder then get the files of that particular folder.Then it should iterate to 2nd folder then the files of 2nd folder like this for the 3rd folder also.
I want the files of a particular folder one by one not all the files of a directory.
I have used variable of array type for getting the folders inside input folder
Pathofdir=Directories.Getdirectories(inputfolderpath).
This gave me the folders name inside input folder.
Now i want to iterate through each folder and get the files of that particular folder.
Plss help