in reply to Re: File append not working. Any help?
in thread File append not working. Any help?

Hi Anonymous Monk, I did try your code, but its still not working. To answer your Q on how to check if its appending or not, I have a sleep command after opening the file for appending. Within that sleep, if i check the contents of the file, all contents are vanished! and it continues to write as if to a new file after the append statement. Any help. Thanks,
  • Comment on Re^2: File append not working. Any help?

Replies are listed 'Best First'.
Re^3: File append not working. Any help?
by Anonymous Monk on Jun 09, 2015 at 09:10 UTC

    Hi Anonymous Monk, I did try your code, but its still not working.

    what do you mean by that?

    To answer your Q on how to check if its appending or not, I have a sleep command after opening the file for appending. Within that sleep, if i check the contents of the file, all contents are vanished!

    Are you sure it had contents at any point?