Hello everyone
I have a folder A
within A there is A1, A2, A3
within each A1, A2, A3 there are numerous of excel files
I would like to get all of the names of these excel files to a list , then after that I will use a condition to delete it base on the prefix
What would be the best way to do this ?
So far I have
recurrence -> list folder . The get file properties only does not return the files within the folder so I am stuck
Thank you very much for everyone advice