#include <File.h>

Public Member Functions | |
| File (const String &path, const Directory *dir=NULL) | |
| Constructor. | |
| void | make (uint_t mode=uint_t_max) const |
| Create a file with the given mode. | |
Definition at line 22 of file File.h.
| void utl::File::make | ( | uint_t | mode = uint_t_max |
) | const |
Create a file with the given mode.
1.5.6