DCL 4.0
Loading...
Searching...
No Matches
Dir Class Reference

#include <Dir.h>

Inheritance diagram for Dir:
Object

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 ()

Detailed Description

디렉터리 목록에 읽는다. UNIX에서는 dirent.h로 구현되었고, Windows는 FileFirstFile을 사용한다.

Author
Daejung Kim
Since
DCL Version 1.0

Definition at line 37 of file Dir.h.

Member Data Documentation

◆ __handle

HandleType Dir::__handle
protected

Definition at line 140 of file Dir.h.

◆ __path

String Dir::__path
protected

Definition at line 141 of file Dir.h.


The documentation for this class was generated from the following files: