system
June 12, 2007, 2:36pm
1
(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
BenKus
June 13, 2007, 1:39pm
2
(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
system
June 20, 2007, 10:33am
3
(imported comment written by SystemAdmin)
thanks for the response. I’ll try and update if this stuff works. Thanks for the help