Page 1 of 1

folderreport() throwing error when using format templates

Posted: 05 Feb 2025 15:57
by daniel_m
I am using a script to create a folder report with file size, which stopped working recently.

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).

Re: folderreport() throwing error when using format templates

Posted: 05 Feb 2025 19:13
by admin
Confirmed (damn it). :tup: Fix comes.

Re: folderreport() throwing error when using format templates

Posted: 05 Feb 2025 20:12
by daniel_m
That was quick, thanks!