Positions the file pointer in an open file. The next file operation (such as a read or write) takes place at this new location.

Namespace: PPJ.Runtime
Assembly: PPJ.Runtime.2 (in PPJ.Runtime.2.dll) Version: 2.0.1044.0 (2.0.1044.5276)

Syntax

C#
public bool Seek(
	int bytes,
	int position
)

Parameters

bytes
Type: System..::..Int32
position
Type: System..::..Int32

Return Value

bOk

See Also