I have a load of pictures with filenames in the following format:
yyyymmdd_imagenumber.jpg
Example:
20151103_180441.jpg
I would like the files to be rearranged in folders created with the date in the filename i.e.
2015-11-03\20151103_180441.jpg
I have looked through the forum, googled, and tried various options related to RegEx (1), and also have the option 'Allow using '\' in renaming criteria...' on, but I am still at a loss of how to do this.
Any help would be appreciated.