I am reading all the files inside a given directory - address\Production
I want to read a file that has the path - address\Production\01\file.xlsx
The issue is - inside the 01 folder there are multiple folders that have the same file name i.e. - address\Production\01\user1\file.xlsx and address\Production\01\user2\file.xlsx
I have filtered out files if they are present in 01 folder but need help with filtering out address\Production\01\file.xlsx from the other user files.
How can filter out the file that is in the 01 folder and not the other folders?