<p>Am 07.10.2017 21:08 schrieb "Paul Nance" <<a href="mailto:pwnance@gmail.com">pwnance@gmail.com</a>>:<br>
><br>
> I've always (since Turbo Pascal and now with Free Pascal) used FILESIZE. It works like a charm.<br>
> Even if you do it in assembly its done the same as its done in pascal.</p>
<p>FileSize() has the disadvantage that you need to open the file. But what if you don't have permissions for that? Permissions to retrieve the file size when the file is closed are usually available on the other hand, but for this another mechanism must be used.</p>
<p>Regards,<br>
Sven</p>