CreateFolder READAUTO gets confused by duplicate backslash

These will work:

CreateFolder NAME="D:\\1234"
CreateFolder NAME="D:\1234" READAUTO

This will cause an error:

CreateFolder NAME="D:\\1234" READAUTO

Thanks! Fixed in 13.11.1.

1 Like