Seek via Postion in FileStream

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi all,
I would like to know what is the different between FileStream.Position Property and FileStream.Seek Method

Thank
Percy
 
Position can tell you where you are in the file, but AFAIK setting Position
and calling Seek do the same thing

--

Percy NG said:
Hi all,
I would like to know what is the different between FileStream.Position
Property and FileStream.Seek Method?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top