Main Version is stored in Folder A and should be named "nnnnn_xxx.ext", if "%filename{left=5}" can be used for version detection instead of the whole filename.
The versions are stored in subfolders A1 and A2 (a separate subfolder for each version).
The user defined file mask eg for subfolder A1 is "%filename{left=5}_NX*.*" in order to cover all files ending with "NX2" or "NXD" (=Nikon Capture NX2 and Capture NXD, respectively).
The user defined file mask eg for subfolder A2 is "%filename{left=5}_PZP*.*" to cover all files ending with "_PZP - 2 1" or "_PZP - 4 1" etc.
Questions:
- Can version detection be based on only a substring of the filename ("%filename{left=5}")? if yes: how to?
- The versions are propperly recognized but no placeholder at all is assigned. What is wrong with my file masking?
- If I assign a placeholder manually only in the first example "%filename{left=5}_NX*.*" the placeholder is persistent while in the second case it vanishes. Why is that?
Michael
[Hert: updated title to something better covering the content]