When saving,
AStream.Seek(8, LStart);
should be
AStream.Seek(8, soFromCurrent);
Edit: Error 53 is "File Not Found", check msdn for error codes