believe_me

Untitled

Sep 4th, 2022
199
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. if FileExists(FullFileName) then
  2. begin
  3. Reset(RecordFile);
  4. Seek(RecordFile, FileSize(RecordFile));
  5. end
  6. else
  7. Rewrite(RecordFile);
Add Comment
Please, Sign In to add comment