Hi there
I am trying to use ZFileUtils.dll for ZScript utilities , it used to work in Z3 and even Z3.5 but now suddenly it refuses to work!!!
This is the issue:
I applied [RoutineCall, CheckSystem] exactly in the same way as was described on the Wiki, I copied and pasted it literally. The ZFileUtils.dll file is in same directory as my ZScript.
However here’s the thing, even though [FileExists, [Var,utilDLLPath]] returns 1, i.e. it notices that the file exists, whenever I run something involving FileExecute, i.e. [FileExecute, [Var,utilDLLPath], Version] I always get this error:
“Specified execute-file could not be found”
Even when fileExists returns true, and I’ve tried relative path, absolute path to access it etc everything, it’s not a question of reading wrong directory I don’t think.
Is the dll broken or something, it doesn’t work in Z4, what exactly, as the error makes no sense to me. Is FileExecute command broken?
Would appreciate help here.
Cheers!