Rudiments
|
00001 // Copyright (c) 2004 David Muse 00002 // See the COPYING file for more information 00003 00004 private: 00005 // how do we effectively make a copy of a DIR? 00006 // since I don't know how, for now, these are private 00007 directory(const directory &d); 00008 directory &operator=(const directory &d); 00009 00010 static int64_t pathConf(const char *pathname, int32_t name); 00011 00012 int64_t fpathConf(int32_t name); 00013 00014 directoryprivate *pvt;