in reply to Re: Newbie: need algorithm to evaluate no file exist
in thread Newbie: need algorithm to evaluate no file exist

Sorry kennethk for not being clear enough. i only want send an email when there is not new file (newer than 1 hour), everything else doesn't matter.

  • Comment on Re^2: Newbie: need algorithm to evaluate no file exist

Replies are listed 'Best First'.
Re^3: Newbie: need algorithm to evaluate no file exist
by kennethk (Abbot) on Aug 18, 2010 at 16:02 UTC
    You were plenty clear; I'm just very conscientious when I think I might be misunderstanding a question. My posted code should meet your spec. I left your code intact so it would be easier for you to see my changes and thus understand the algorithm. ikegami has some lovely suggestions for how simplify/improve your code.