How to use Computer Vision to select month folder (changing postions)

Hi,

I have to use CV to select a folder based on month. But each month they change positions.
image

But each month, the folder will be in a different position, so what can I use on the position as a wild card.

thanks,

Use this
Directory.GetDirectories(“yourfolderPath”,“.”,SearchOption.AllDirectories)

Ex:=YourFolderPath=C:\Users\sagarg\Desktop\Folder

Hi Sagar,

Thanks for your answer. I don’t have direct access to the folders. I have UiPath in one machine, and then Citrix and then RDP (inside Citrix). And have to access the Sharepoint folders from inside the RDP. I can try, but I think only CV activities will work.

thanks,

try to use cv activities and let me know if any problem

Yes, I will do that. I will use the CV extract table and go from there. thanks,