Table of Contents

wxDirTraverser

Creation parameters:


The first parameter is required, and is a wxArrayString. The list of files will be put into this array. OnFile and OnDir are optional, and are cdecl callbacks used by the traverser: The defaults are files that always return wxDIR_CONTINUE. OnFile adds each file name to the wxArrayString.

 
 
Parent Topics:
  • Classes
  • Files
  • wxDir