Name
hw_EndDirScan -- stop directory scan (V5.0)
Synopsis
void hw_EndDirScan(APTR dirhandle);
Function
This function stops a directory scanning operation initiated by a call to hw_BeginDirScan(). You have to pass the handle that was returned to you by hw_BeginDirScan() to this function. After you have called hw_EndDirScan() it is no longer allowed to call hw_NextDirEntry().

Designer compatibility
Supported since Designer 4.0

Inputs
dirhandle
handle returned by hw_BeginDirScan()

Show TOC