SysDirClose (FUN)
FUNCTION SysDirClose : RTS_IEC_RESULT
Close an open directory
InOut:
Scope
|
Name
|
Type
|
Comment
|
Return
|
SysDirClose
|
RTS_IEC_RESULT
|
Returns the runtime system error code (see CmpErrors_Itf.library)
|
Input
|
hDir
|
RTS_IEC_HANDLE
|
Handle to directory opened with SysDirOpen
|