os.Path.dirNext

Reads the next entry in the directory opened with os.Path.dirOpen().

Syntax

os.Path.dirNext(
   dirHandle INTEGER)
  RETURNS STRING
  1. 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.