Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Writes the stream to the file, blocking execution until all data is written out. This is also done automatically when the object is destroyed (for example, by reassigning the variable containing it). 

AsyncFlush() As Void

Writes the stream to the file within a few seconds. The system will not block execution while writing to the file.

Note
titleNote

The system performs an asynchronous flush automatically when the object instance is destroyed (for instance, when the the variable containing it is reassigned). The stream is first written to the kernel, which then writes it to the file system when resources are available.

ifStreamPosition

CurrentPosition() As Integer

...