Thread datei löschen ohne system
(8 answers)
Opened by Strazke at 2005-09-02 16:54
[quote=Relais,02.09.2005, 15:49]man sollte allerdings vermeiden, mit unlink Verzeichnisse zu löschen - ähm, genauer: unlinken -, die noch Dateien oder andere Verzeichnisse beinhalten.[/quote]
Note: "unlink" will not delete directories unless you are superuser and the -U flag is supplied to Perl. Even if these conditions are met, be warned that unlinking a directory can inflict damage on your filesystem. Use "rmdir" instead. Always code as if the guy who ends up maintaining your code will be a violent psychopath who knows where you live. -- Damian Conway in "Perl Best Practices"
lesen: Wie frage ich & perlintro brian's Leitfaden für jedes Perl-Problem |