Page 1 of 1

<cc_base> on folders is wrong

Posted: 20 Jun 2025 10:39
by highend
To replicate create two items, one folder, one file:

Code: Select all

abc [1.1.1]
abc [1.1.1].txt
Use a cc with a script:

Code: Select all

return "name: " . <cc_name> . " | Base: " . <cc_base>;
For the folder the base returned is: abc [1.1 but the documentation states:

Code: Select all

<cc_base> = the item's base name (name without extension; for folders it's identical to cc_name)
abc [1.1 != abc [1.1.1]

Re: <cc_base> on folders is wrong

Posted: 20 Jun 2025 14:40
by admin
Confirmed. :tup: Fix comes.

Re: <cc_base> on folders is wrong

Posted: 20 Jun 2025 18:42
by highend
Confirmed fixed with v27.00.0718 :tup: