Jump to content

API File.Flush

From Flowcode Help
Revision as of 11:55, 16 January 2023 by Wiki bot (talk | contribs)
Flush
Writes all unwritten data to the file in one block 
- HANDLE FileHandle
The handle of an open file 
- NONE Return


Detailed description

Examples

Calling in a calculation

  • Add to a calculation icon:
    ::File.Flush(filehandle)