I am writing a port from delphi to c# but i am stuck with this. soFromBeginning?
FStream.Seek(FHeader.DirOffset, soFromBeginning);
soFromBeginning isnt support by c# what can i use as a replacement in a Stream? it seems that soFromBeginning is something in the delphi compiler to accommodate for bigger file sizes or something, not sure.
Porting the GLvfsPack from GLScene to c#