in reply to Remove Directory

Hi, File::Remove is use to remove the directory eventhough if the directory contains files.

use File::Remove qw(remove); remove \1, ("c:\\test\\0521823730\\");

I think, it helps you.

Regards,
Velusamy R.