opendir

opendir -- ディレクトリ・ハンドルのオープン

説明

int opendir(string path);

ディレクトリ・ハンドルをオープンします。この関数は、この後、 closedir(), readdir(), rewinddir() 関数コールで使用されます。