Jump to content

API File.SetPos

From Flowcode Help
SetPos
Sets the position of the next read or write in the file 
- HANDLE FileHandle
The handle of an open file 
- ULONG Address
The position in the file, relative to the From position 
- BYTE From
A location in the file to offset Address from 
- NONE Return


Detailed description

Examples

Calling in a calculation

  • Add to a calculation icon:
    ::File.SetPos(filehandle, address, ::File.Seek_Begin)