#include <bindpp.h>
Static Public Member Functions | |
static bool | is_regular_file (const char *fname) |
Is this regular file? This method is same as "-f $fname" in perl. | |
static bool | is_dir (const char *fname) |
Is this directory? This method is same as "-d $fname" in perl. |
FileTest means -f, -d, etc.