Help for this page
my $result = system("rmdir /S /Q $foldername");
my $result = system('rmdir', '/S', '/Q', $foldername);