streamWrapper::dir_closedir

Close directory handle

Beschreibung

public bool streamWrapper::dir_closedir ( void )

This method is called in response to closedir.

Any resources which were locked, or allocated, during opening and use of the directory stream should be released.

Parameter-Liste

Diese Funktion hat keine Parameter.

Rückgabewerte

Gibt bei Erfolg TRUE zurück. Im Fehlerfall wird FALSE zurückgegeben.

Siehe auch

  • closedir
  • streamWrapper::dir_opendir