construct a list of filenames and subdirectory beneath directory: name
Definition at line 68 of file gdcmDirectory.h. { Filenames.clear(); // clear previous Directories.clear(); // clear previous Toplevel = name; return Explore( Toplevel, recursive ); }
|