Name
RewindDirectory -- rewind directory iteration (V8.0)
Synopsis
RewindDirectory(id)
Function
This function can be used to rewind the iteration of a directory opened by the OpenDirectory() function or the @DIRECTORY preprocessor command. This directory must be passed to RewindDirectory() in the id argument and the iteration must have been started using the NextDirectoryEntry() function before. After this function returns, a call to NextDirectoryEntry() will return the first entry in the directory again.

See NextDirectoryEntry for details.

Inputs
id
identifier of the directory to rewind

Show TOC