#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 32 of file File.cpp.
39{
40 StringBuilder
r = className();
43 else
44 r +=
__T(
" ") + __path;
45
47}
48
50{
52 try {
54 }
55 catch (Exception* e) {
58 }
59 }
60}
#define INVALID_HANDLE_VALUE
#define __DCL_TRACE1(fmt, arg1)
virtual String toString() const
virtual void close() __DCL_THROWS1(IOException *)