Folder Path-> C:\Users\Uipathuser\Taxology\Test_Folder_Data_RPA - Documents\Spain\Alberta Investment Management Corporation\2020\Public Service Pension Plan\Allocation data
I want to read the file inside allocation data so for that i’m using Directories.GetDirectories(FolderPath)
& Directories.GetFiles(FolderPath,“*.xlsx”)
It give me result like this
→ Excel File C:\Users\Uipathuser\OneDrive - Taxology\RPA\Spanish Claims\Code\SpanishClaims_CompleteForm\System.String was not found.
I want like this
→
→ Excel File C:\Users\Uipathuser\OneDrive - Taxology\RPA\Spanish Claims\Code\SpanishClaims_CompleteForm\Allocation data\XYZ.xlsx
So how can i do this?