On Fri, Nov 7, 2008 at 4:26 AM, Brett Porter <[EMAIL PROTECTED]> wrote: > Thread.sleep shouldn't be needed - usually you can set it to a time in the > past, then read it back so that you know exactly the right value. Usually > you need to use a low precision (whole seconds, at least) to get an accurate > time. The less you can use it, the better. > > I don't know of any libraries with common methods for this though.
I think hacked it eclipse pluging to busy loop until currentTime != creationTime of File. But setting the time into the past might make more sense... Suggestions for where a common routine might be placed? --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
