folderreport() throwing error when using format templates
Posted: 05 Feb 2025 15:57
I am using a script to create a folder report with file size, which stopped working recently.
Here is the script:
Running it gives me the error
When I delete the format template
I don't know when it broke, but at least since v26.80.0306 (and present in v26.80.0403).
Here is the script:
folderreport("filesrel:{fullname}<tab>{size br}","c",,"r");Running it gives me the error
Type mismatch (makeTreeStructure)When I delete the format template
:{fullname}<tab>{size br}, the script runs without an error.I don't know when it broke, but at least since v26.80.0306 (and present in v26.80.0403).