The orders command can import/export a json file of orders.
Im using that feature to make a web tool to manage orders.
My issue is that browser's file access system prevent access to specific directories such as system files or user data.
On Windows+Steam the folder where Dwarf Fortress is installed is in "program files", which is restricted.
Of course I can save the file somewhere else and move to DF's folder, but my goal is to make a quasi-realtime tool, so having the user copy files around at every update would defeat the purpose.
My request is to be able to specify a path when exporting/importing the orders json file.
Exemple:
order export "c:\productionOrders.json"
Thank you for your attention.