I am trying to use my $result = system ( 'rmdir /S /Q "$foldername"');
to delete the folder I created earlier in my script.
But I got the error message that system cannot find the path.
Do you know the problem here? I used both with quote and without.
Thanks