How to define a file name template
Moderators: helmut, XnTriq, xnview
-
- Posts: 7
- Joined: Thu Sep 13, 2018 7:23 am
How to define a file name template
When I try to rename files (on import), to include the date in the file name, in the form YYYYMMDD, using a template defined as <Ymd_Customname_#.(raw). Sadly this renames the file to "Ymd_Test-import-XT10_17.raf" (as an example), where as what I want is "20200626_Test-import-XT10_17.raf". What am I doing wrong ?
Re: How to define a file name template
Please tryLateJunction wrote: Fri Jun 26, 2020 3:35 pm When I try to rename files (on import), to include the date in the file name, in the form YYYYMMDD, using a template defined as <Ymd_Customname_#.(raw). Sadly this renames the file to "Ymd_Test-import-XT10_17.raf" (as an example), where as what I want is "20200626_Test-import-XT10_17.raf". What am I doing wrong ?
Code: Select all
{EXIF:Date [Ymd]}_Customname_#
Pierre.