Is it possible to split QR codes so that I can create a file path like this:
QR Code:
Foldername
Filename
/home/smart/Foldername/Filename.jpg
Is it possible to split QR codes so that I can create a file path like this:
QR Code:
Foldername
Filename
/home/smart/Foldername/Filename.jpg
Yes, the text that is encoded in the barcode gets directly placed in the file name that is generated for the photo. So if the barcode text includes the “\” or “/” characters, then these also become part of the file name and effectively control the subfolder when the file is saved.
For example, if the barcode contains the text:
bar/code
And you have the filename expression set to this:
[Z]_photo_[S]
And the and download directory set to:
/home/smart/photos
Then the file name generated for the photo will be something like:
/home/smart/photos/bar/code_photo_1.jpg
I can confirm that this works really well.