I'm trying to import and sort but cannot create a new folder (either on osx or windows 10). I may be doing something wrong.
So, I want to import photos from
Code: Select all
F:\DCIM\100MSDCF
Code: Select all
C:\XPC\Poze\Import test
Code: Select all
C:\XPC\Poze\Import test\20180308\20180308_12_45_36_001.jpg
C:\XPC\Poze\Import test\20180308\20180308_12_48_42_002.jpg
C:\XPC\Poze\Import test\20180309\20180309_09_11_22_003.jpg
...

and the result here (note the double slash in there):

I tried a few combinations I could think of but nothing worked (on either my mac or my pc).
The actual filename expression I'm using is
Code: Select all
{Modified Date [Y-m-d]}\{Modified Date [Ymd_H_M_S]}_{Filename Number}###
Thanks!