Jump to content

API File.GetPos

From Flowcode Help
Revision as of 11:41, 16 January 2023 by Wiki bot (talk | contribs)
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

No additional information


Examples

Calling in a calculation

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

No additional examples