Moves current position pointer.
[C#/Java]
not applicable;
[VB.NET]
not applicable;
[Pascal]
not applicable;
[VB6]
Sub Seek(Position As Long,
MoveMethod As FileMoveMethod)
[ActiveX]
HRESULT _stdcall IElFileObjectX.Seek([in] long
Position,
[in] FileMoveMethod
MoveMethod);
[C++]
not implemented;
Parameters
- Position - number of positions for which pointer will be moved
- MoveMethod - specifies position from which pointer will be moved
FileMoveMethod Values:
|
Description
Use this method to move the current position pointer.