SFTtech / openage

Free (as in freedom) open source clone of the Age of Empires II engine 🚀
http://openage.dev
Other
12.51k stars 1.11k forks source link

created Temporary file/directory support #1540 #1585

Closed PankajKrana closed 8 months ago

PankajKrana commented 8 months ago

Temporary file/directory support #1540

Description

This branch adds support for creating temporary files and directories in our current file system abstraction API. The implementation is based on the tempfile module in Python and the std::filesystem

Tasks

Progress

I hope this helps! Let me know if there's anything else I can do for you.

TheJJ commented 8 months ago

everything alright? :)