API File.GetPos

From Flowcode Help
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

Examples

Calling in a calculation

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