Tao.PhysFs SDK Documentation

Fs.PHYSFS_seek Method 

[Visual Basic]
Public Shared Function PHYSFS_seek( _
   ByVal handle As IntPtr, _
   ByVal pos As UInt64 _
) As Integer
[C#]
public static int PHYSFS_seek(
   IntPtr handle,
   ulong pos
);

See Also

Fs Class | Tao.PhysFs Namespace