I have this action to get all files modified before specific period:-
now i wan to exclude all the files inside this folder and its subfolders "/shared documents/Invoices/Annual Recurring".
how i can do so using server-side code? I know I can get all files and then add a condition to check the file Path, but i want to do the filter from the beginning.
Thanks