Can place holders be combined or stacked? I tested these via the TEXT action on xnconvert

XnConvert Multi Platform - Windows, MacOSX, Linux

Moderators: helmut, xnview

Post Reply
DoubleD
Posts: 81
Joined: Mon Jul 06, 2015 3:40 pm

Can place holders be combined or stacked? I tested these via the TEXT action on xnconvert

Post by DoubleD »

so I have the following directory {Directory}
  • C:\Users\Domenic\Pictures\~ MAC & USBANDS\~ USBands\2025\2025-10-25 Southington High School\00 Joseph A. DePaolo Middle School
I want to remove "C:\Users\Domenic\Pictures\~ MAC & USBANDS\~ USBands\2025\2025-10-25" and "\00 Joseph A. DePaolo Middle School" so that I am left with just "Southington High School"

I can use {Directory[69-]} to get "Southington High School\00 Joseph A. DePaolo Middle School" but how do I strip out "\00 Joseph A. DePaolo Middle School"

I see that {Folder name} has "00 Joseph A. DePaolo Middle School" so I was hoping that {Directory[69-][~\{Folder name}~]} would do it but it does not all I get is "Directory[69-][~\00 Joseph A. DePaolo Middle School~]}"

I also tried {Folder name[~Joseph~Joe]} and I would think that would print "00 Joe A. DePaolo Middle School" but it doesn't print anything so I'm not sure I am using the word replace feature correctly
    • • {Filename} => img_example_105
      You can replace a word by another by using [~xxx~xxx]

      eg.

      • {Filename [~img~out]} => out_example_105
Post Reply