Flushes and closes a file or communication port opened with the FCreateEx or FOpenEx function.
FCloseEx(nFileHandle)
Parameters
- nFileHandle
A file handle retrieved from FCreateEx, FOpenEx or a windows api function.
Return Value
.T. if the file was closed, .F. if an error occured.
See Also
Reference
AFHandlesEx
FChSizeEx
FCreateEx
FEoFEx
FFlushEx
FGetsEx
FLockFile
FLockFileEx
FOpenEx
FPutsEx
FReadEx
FSeekEx
FUnlockFile
FUnlockFileEx
FWriteEx