G
Gabe Matteson
I want to be able to find out the names of files that have not been accessed
in the past X days...
i allow the user to put in the number of days, e.g. show all files that have
no been accessed in the past 30 days.
so i would do something like this:
dim lastaccessed as date
lastaccessed = date.today.subtract(txtnumberofdays.text)
is this possible?
in the past X days...
i allow the user to put in the number of days, e.g. show all files that have
no been accessed in the past 30 days.
so i would do something like this:
dim lastaccessed as date
lastaccessed = date.today.subtract(txtnumberofdays.text)
is this possible?