in reply to Why does this code continue to loop?

Why does the following code process the same file in an infinite loop?

Hi,

the loop is not infinite, its just slow (sleep)

  • Comment on Re: Why does this code continue to loop?