Difference between revisions of "API File.Flush"

From Flowcode Help
Jump to navigationJump to search
(XML import)
(XML import)
Line 12: Line 12:
 
[[Variable types|HANDLE]] ''FileHandle''
 
[[Variable types|HANDLE]] ''FileHandle''
 
:The handle of an open file
 
:The handle of an open file
 +
  
 
==Return value==
 
==Return value==

Revision as of 21:54, 12 May 2013

<sidebar>API contents</sidebar> Writes all unwritten data to the file in one block

Class hierarchy

File

Flush

Parameters

HANDLE FileHandle

The handle of an open file


Return value

This call does not return a value


Detailed description

No additional information


Examples

Calling in a calculation

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

No additional information