Hi,
I write to a file and close it during program execution. When I start the program again and try to read from the file the new data is sometimes not updated, it seems like the ‘old file’ still resides in the cache and is used instead of the ‘new file’.
Is there an easy way to solve this?
Thanks!
/Eva