Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- if FileExists(FullFileName) then
- begin
- Reset(RecordFile);
- Seek(RecordFile, FileSize(RecordFile));
- end
- else
- Rewrite(RecordFile);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement