Jump to content

API File.GetPos

From Flowcode Help
GetPos
Gets the position of the next read or write in the file 
- HANDLE FileHandle
The handle of an open file 
- ULONG Return


Detailed description

Examples

Calling in a calculation

  • Declare a variable 'result' of type ULONG
  • Add to a calculation icon:
    result = ::File.GetPos(filehandle)