Better file support
MidnightSugar opened this issue ยท 2 comments
I posted this in the discord earlier, but thought I'd put it here too.
Right now, if you want to store persistent data you must store everything into the var.json folder. Which is fine, but it also causes quite a bit of clutter. It would be better to have more flexibility of where to store data.
One thing that could help with this is the ability to change the default path for global variables.
The current syntax is {config path}. {"My.path"}
I suggest adding a way to change the default path, for example {"My.directory:My.path"} or
Dir = "My.Directory"
{Dir + ":My.path"}
This could help with organization.