The Directory class
(No hay información de versión disponible, podría estar únicamente en SVN)
Introducción
Instances of Directory are created by calling the dir() function, not by the new operator.
Sinopsis de la Clase
Propiedades
- path
-
The directory that was opened.
- handle
-
Can be used with other directory functions such as readdir(), rewinddir() and closedir().
Tabla de contenidos
- Directory::close — Close directory handle
- Directory::read — Lee una entrada desde el controlador de directorio
- Directory::rewind — Rebobina el manejador de directorio
There are no user contributed notes for this page.
