Hello,
I've been digging into scritping and I've found two things I trip on, maybe someone knows. This is on OS X btw,
(1) DzDir seems to trip on directory names beginning with !, is this a known thing ? If I set a directory full path to a directory named !Base sets, DzDir::exists() returns false, but the same directory wirhout ! in the beginning, is OK.
(2) Can you do recursion in DZScript, or is that a no no? I tried to implement a directory weeder the same way I always do, but I get a total lockup. Is the something you need to carefully consider?