GarageGames / Torque2D

MIT Licensed Open Source version of Torque 2D game engine from GarageGames
MIT License
1.67k stars 1.56k forks source link

Taml Write Creates Path #402

Closed greenfire27 closed 6 years ago

greenfire27 commented 6 years ago

This change causes Taml::WriteFile to create the path before attempting to write the file.

kynora commented 6 years ago

In android, I use CURL to save facebook profile pic in temporary storage. Then load Image Asset, but it crash. I dont know why? Other platform is OK. Is this PR relate to my problem?

greenfire27 commented 6 years ago

I don't think so. This causes the directory to be created if it doesn't already exist when saving a taml file. It doesn't touch the loading routines. Sorry.