I need to read multiple file paths from an excel and delete files which are more than 30 days

@kushal.vetsa

For the input excel file like below

image

Check the updated xaml file

read multiple file paths from an excel and delete files which are more than 30 days.xaml (8.7 KB)

This can further be optimized by using the root directory path which contains all the folders. For that I would suggest to explore the Directory.GetFiles() method.

1 Like