Help for this page

Select Code to Download


  1. or download this
     system ( 'cmd', '/c', 'rmdir', '/s', '/q', $file);
  2. or download this
    "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.