Re: How to read changing file contents
I can see few options here:
1. calculate MD5/CRC (any hash) of the file that You read, store that hash and periodically compute new one and compare it with the one that You store, is oldHash != newHash file.readAll() etc.
2. check file attribute: last modified and store it after Your last access (from Your program) and compare it periodically
probably there are more.
In the near future - corporate networks reach out to the stars. Electrons and light flow throughout the universe.
The advance of computerization however, has not yet wiped out nations and ethnic groups.
Bookmarks