Perhaps I am unable to get this right - so please bear with me
I am using XnConvert Portable Version 1.106.0 - windows x64 (Oct 12 2025) - Libformat version 7.228
I am trying to get output as {Folder name[~ ~-]}-# - meaning - replace space with hyphen for naming the output files
I checked
from viewtopic.php?t=48554You can replace a word by another by using [~xxx~xxx]
eg.
• {Filename [~img~out]} => out_example_105
as well as tried to understand from viewtopic.php?t=47074
What I see - example
Folder name = Downloaded Photos
If I use just {Folder name}-# - I get
Downloaded Photos-1.jpg
Downloaded Photos-2.jpg
If I change it to
{Folder name [~ ~-]}-# - I get
-1.jpg
-2.jpg
What am I doing wrong here?
Is there any other way to get folder and replace space with hyphen using
Please guide.
Thanks a lot.