<cc_base> on folders is wrong
Posted: 20 Jun 2025 10:39
To replicate create two items, one folder, one file:
Use a cc with a script:
For the folder the base returned is:
Code: Select all
abc [1.1.1]
abc [1.1.1].txt
Code: Select all
return "name: " . <cc_name> . " | Base: " . <cc_base>;
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]