/* * Worldvisions Weaver Software: * Copyright (C) 1997-2002 Net Integration Technologies, Inc. * * Test program for WvDirIter. Takes a directory on the command line, and * prints everything it sees. * */ #define __STDC_FORMAT_MACROS #include #include #include "wvdiriter.h" int main( int argc, char * argv[] ) /*********************************/ { WvString dirname; bool recurse = false; bool skip_mounts = false; for( int i=1; ifullname, i->name.cstr(), i->st_mode, uint64_t(i->st_size) ); } return( 0 ); }