Awesome, thanks Marcus.
I also just discovered that the [FileExists] command doesn't seem to work for folders? You appear to have to pass a file extension to it, which means you can't actually check if a folder exists or not
I'm guessing I should be able to use the "GetDirFileList" command from ZFileUtils to be able to determine if the folder exists or not? Basically just by doing a GetDirFileList one level up (or ideally if that command returns false if you pass it a folder that doesn't exist).
I guess in the worst case, I can just always force it to create the folder even if it already exists, hopefully that won't break anything
