os.Path.dirNext
Reads the next entry in the directory opened with
os.Path.dirOpen().
Syntax
os.Path.dirNext(
dirHandle INTEGER)
RETURNS STRING
- dirHandle is the directory handle of the directory to read.
Usage
This function returns the next entry of the directory opened with os.Path.dirOpen().
Returns NULL if all entries have been read.