Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

file.H

Go to the documentation of this file.
00001 #ifndef FILE_H_IN_DA_HAUS
00002 #define FILE_H_IN_DA_HAUS
00003 
00004 #include "support.H" 
00005 
00006 bool     rename_(Cstr_ptr &, Cstr_ptr &);
00007 bool     remove_(Cstr_ptr &);
00008 bool     rmdir_(Cstr_ptr &);
00009 bool     mkdir_(Cstr_ptr &);
00010 bool     chdir_(Cstr_ptr &);
00011 str_ptr  getcwd_();
00012 
00013 #endif //FILE_H_IN_DA_HAUS

Generated on Mon Sep 18 11:39:29 2006 for jot by  doxygen 1.4.4