i am working on C source to translate to delphi but i was stuck on reading files on ftell() function, can you help me find the equivalent function in delphi?
+3
A:
If you have an object of type File
, then you may use the FilePos()
function, described here.
Heath Hunnicutt
2010-06-03 01:48:06
And if it is a stream then strm.position
Marco van de Voort
2010-06-03 07:04:41