Thread Leere Verzeichnisse löschen (4 answers)
Opened by master at 2005-01-06 13:03

renee
 2005-01-06 14:03
#50615 #50615
User since
2003-08-04
14371 Artikel
ModeratorIn
[Homepage] [default_avatar]
Bei sowas lohnt sich immer ein Blick in die Perldocs. Aus perldoc -f rmdir:
Quote
      rmdir FILENAME
      rmdir   Deletes the directory specified by FILENAME if
              that directory is empty.  If it succeeds it
              returns true, otherwise it returns false and sets
              $! (errno).  If FILENAME is omitted, uses $_.
\n\n

<!--EDIT|renee|1105013038-->
OTRS-Erweiterungen (http://feature-addons.de/)
Frankfurt Perlmongers (http://frankfurt.pm/)
--

Unterlagen OTRS-Workshop 2012: http://otrs.perl-services.de/workshop.html
Perl-Entwicklung: http://perl-services.de/

View full thread Leere Verzeichnisse löschen