GetFilePointer (open)

Get the current file pointer

Syntax

LOADLIB "wh::files.whlib";

INTEGER64 FUNCTION GetFilePointer(INTEGER filehandle)

Parameters

INTEGER filehandle

ID of file, as returned by OpenBlobAsFile, OpenDiskFile or CreateDiskFile

Return value

INTEGER64

The current file pointer

Description

Get the location (in the range 0 to the length of file) where the next read or write will take place