Closed meleu closed 6 years ago
no matter if the previous image is png or jpg.
Also you don't need to check if a file exists to remove it. Just use rm -f file and it's enough. ;-)
rm -f file
Thank you very much!! :D
no matter if the previous image is png or jpg.
Also you don't need to check if a file exists to remove it. Just use
rm -f file
and it's enough. ;-)