Data retention from different directories

(imported topic written by SystemAdmin)

Hi BF Experts and Members,

I need to check the files under these directories and report those files over 30 days. Is it possible to list down those files exceeding 30 days from todays date?

C:\LOGS\LOGDIR1

C:\LOGS\LOGDIR2

C:\LOGS\LOGDIR3

C:\LOGS\LOGDIR4

C:\LOGS\LOGDIR5

Thanks so much,

Ronald

(imported comment written by BenKus)

Try this:

pathnames of files whose (creation time of it < now - 30*day) of folders of folder “C:\LOGS”

Is that what you are looking for? (you can also consider using “modification time”)

Ben

(imported comment written by SystemAdmin)

thanks for the response. I’ll try and update if this stuff works. Thanks for the help :smiley: