#include <dcl/Config.h>
#include <stdlib.h>
#include <sys/ioctl.h>
#include <dcl/_fcntl.h>
#include <dcl/_stat.h>
#include <dcl/_unistd.h>
#include <dcl/File.h>
Go to the source code of this file.
◆ INVALID_HANDLE_VALUE
#define INVALID_HANDLE_VALUE -1 |
◆ IMPLEMENT_CLASSINFO()
__DCL_BEGIN_NAMESPACE IMPLEMENT_CLASSINFO |
( |
File | , |
|
|
Object | ) |
Definition at line 29 of file File.cpp.
36{
37 StringBuilder
r = className();
40 else
41 r +=
__T(
" ") + __path;
42
44}
45
47{
49 try {
51 }
52 catch (Exception* e) {
55 }
56 }
57}
#define INVALID_HANDLE_VALUE
#define __DCL_TRACE1(fmt, arg1)
virtual String toString() const
virtual void close() __DCL_THROWS1(IOException *)