18#include "wvlinklist.h"
46 : d( _d ), dirname( _dirname )
49 {
if( d ) closedir( d ); }
62 bool _recurse =
true,
bool _skip_mounts =
false,
63 size_t sizeof_stat =
sizeof(
struct stat) );
79 const WvDirEnt *ptr()
const {
return &info; }
83 {
return( dirs.count() ); }
A WvFastString acts exactly like a WvString, but can take (const char *) strings without needing to a...
WvString is an implementation of a simple and efficient printable-string class.