C
Charlotte E
I'm trying to remove/delete a directory, that I use for storing some
temporary files, using:
RmDir DestinationPath
Problem is that it doesn't work, if the folder contains files?!?
What's the point of that?!? Only reason to delete a directory at folder
level is excately to avoid deleting a great number of files, one by one!
Anyway, how do I delete a directory from VBA, which contains files?
TIA,
temporary files, using:
RmDir DestinationPath
Problem is that it doesn't work, if the folder contains files?!?
What's the point of that?!? Only reason to delete a directory at folder
level is excately to avoid deleting a great number of files, one by one!
Anyway, how do I delete a directory from VBA, which contains files?
TIA,