Page 1 of 1

Folder Creation for structure

Posted: Wednesday 11 April 2018 22:23
by poudenes
Hi All,

Maybe not in correct location. But Maybe idea to create folders where you put your scripts in? Some have many scripts and want them organised in sub folder to make the list shorter.

Maybe i have to ask this to Domoticz Developers. But give it a start here.

Re: Folder Creation for structure

Posted: Thursday 12 April 2018 9:10
by dannybloe
I will add this to my list of things to add. But it is not trivial als Lua doesn't have native functions to scan folders recursively so that has to be done using os.execute commands. And those are different from linux and windows (which I don't have myself so that's hard to test).

Re: Folder Creation for structure

Posted: Thursday 12 April 2018 20:10
by poudenes
Its not that important. It was just idea :)

Re: Folder Creation for structure

Posted: Thursday 12 April 2018 20:13
by dannybloe
You were not the first to mention it.