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?
 
Back
Top