|
DCL 4.1
|
#include <Dir.h>
Protected Attributes | |
| HandleType | __handle |
| String | __path |
Additional Inherited Members | |
| Public Member Functions inherited from Object | |
| virtual String | toString () const |
| virtual void | destroy () |
| String | className () const |
| bool | isInstanceOf (const std::type_info &typeinfo) const |
| virtual const std::type_info & | typeInfo () const |
| Protected Member Functions inherited from Object | |
| virtual | ~Object () |
| Object () | |
디렉터리 목록에 읽는다. UNIX에서는 dirent.h로 구현되었고, Windows는 FileFirstFile을 사용한다.