Encountered when using loadImage or loadBytes in the Processing 2.0 beta.
This seems to be a change in the API, as before these functions would return null. Also, only in Windows, as my Linux beta still happily keeps working - perhaps because NTFS is case insensitive?
I think I understand the reasoning, typos are almost always a bug, but the thing is that my program relies on typed user input to open files, and I don't want the sketch to crash whenever an almost-right filename is typed. What are my options then?
This seems to be a change in the API, as before these functions would return null. Also, only in Windows, as my Linux beta still happily keeps working - perhaps because NTFS is case insensitive?
I think I understand the reasoning, typos are almost always a bug, but the thing is that my program relies on typed user input to open files, and I don't want the sketch to crash whenever an almost-right filename is typed. What are my options then?
1