API File.GetPos

From Flowcode Help
Revision as of 11:41, 16 January 2023 by Wiki bot (talk | contribs)
Jump to navigationJump to search
Fc9-comp-macro.png GetPos
Gets the position of the next read or write in the file 
Fc9-h32-icon.png - HANDLE FileHandle
The handle of an open file 
Fc9-u32-icon.png - 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