when calling bitmap.Save with a file path where the folder doesn't exist the save method throws a
System.Runtime.InteropServices.ExternalException: 'A generic error occurred in GDI+.'
IMHO the the folder should be created (to match folder file operations) or throw an expection of DirectoryNotFoundException
when calling bitmap.Save with a file path where the folder doesn't exist the save method throws a
System.Runtime.InteropServices.ExternalException: 'A generic error occurred in GDI+.'
IMHO the the folder should be created (to match folder file operations) or throw an expection of DirectoryNotFoundException