Algorithm to determine if a file was modified today
Lubos Pintes
lubos.pintes at gmail.com
Thu Feb 21 04:40:39 PST 2013
Hi,
Can someone tell me an algorithm which determines if a file specified by
its name was modified today?
I suspect that I will need a std.datetime module to work with dates, and
something from somewhere that would tell me the modification date and
then convert and compare.
But std.datetime is quite large... Sorry if this looks like laziness. :-)
Thank.
More information about the Digitalmars-d-learn
mailing list