fsIOIsDone
The fsIOIsDone function is used to check whether all read/write operations on a file are finished.
Syntax
bool fsIOIsDone(
FsIOFile file
);
Members
Parameters | Description |
---|---|
file |
This is the ID of a file, as returned by one of the open functions. |
Return Values
The function returns True
if the file is not involved in any read/write operations, False
otherwise.
Remarks
N/A