I have a complete directory like this,
C:\server\videos\images
and this images folder may contain several images. I want to delete this images folder if there are images available in it. so how can I do that in qt5.
I've seen some of the question similar like to this.but they aren't seem to solve my problem. I don't want to delete my entire directory or an image file.I just need to delete the image folder if there are images on it.So how can I do this?
thanx in advance.!