Hello
How I view the filename without extensions in the columns.
the expressions %filename% and %filename% don't work, the columns are blank.
Thanks
caffca
Hello
How I view the filename without extensions in the columns.
the expressions %filename% and %filename% don't work, the columns are blank.
Thanks
caffca
%_filename% is not available in the columns.
If you just want to view it (no renaming) you can use
$replace(%_filename_ext%,.%_extension%,)
Please note, that the placeholder %_extension% was introduced with the 2.32t Development Build.
Best regards,
~ Florian