I've noticed that all my code which relies upon paths and folders has suddenly broken and I'm having to go back through pages and pages of code to fix it. I can't think of any other reason apart from a BlitzMax module. It's not like I've suddenly installed a new OS or anything.
For some reason, CurrentDir() is now returning paths with "/" instead of "\" which is probably clashing with some of the C libs I'm using ( escape codes ) and I guess it's not that big of a deal, but it would be nice to know that it's going to stay like this now, and I'm not going to have to change it back and forth on a regular basis.
For some reason, CurrentDir() is now returning paths with "/" instead of "\" which is probably clashing with some of the C libs I'm using ( escape codes ) and I guess it's not that big of a deal, but it would be nice to know that it's going to stay like this now, and I'm not going to have to change it back and forth on a regular basis.