How to slice and dice the {directory} token
Posted: Thu Mar 28, 2024 10:18 pm
I have some long paths
C--Users-Pictures-~ MAC & USBANDS-~ MAC-2024-2024-03-23 Norwalk High School-01 Arlington Cadet Winter Guard-
I already use {Folder name[1-2]}_{EXIF:Date Taken [Y-m-d]}_ for the begining of the output file
I'd like to grab just the back end of the directory using a subset of {directory[?-?]} as in "01 Arlington Cadet Winter Guard" but I'm not sure how to strip it out
so it seems that this may do it - correct me if I am wrong -{Folder name[0-0]}
The whole string being {Folder name[1-2]}_{EXIF:Date Taken [Y-m-d]}_ MAC@Norwalk-High-School~{Folder name[0-0]}_###
It might be asking a lot but can I also replace the spaces in the name from spaces to _ or -
P.S. change request maybe - Could I use some of these variables in the output folder say {directory}\Adjusted
Any assistance is appreciated
C--Users-Pictures-~ MAC & USBANDS-~ MAC-2024-2024-03-23 Norwalk High School-01 Arlington Cadet Winter Guard-
I already use {Folder name[1-2]}_{EXIF:Date Taken [Y-m-d]}_ for the begining of the output file
I'd like to grab just the back end of the directory using a subset of {directory[?-?]} as in "01 Arlington Cadet Winter Guard" but I'm not sure how to strip it out
so it seems that this may do it - correct me if I am wrong -{Folder name[0-0]}
The whole string being {Folder name[1-2]}_{EXIF:Date Taken [Y-m-d]}_ MAC@Norwalk-High-School~{Folder name[0-0]}_###
It might be asking a lot but can I also replace the spaces in the name from spaces to _ or -
P.S. change request maybe - Could I use some of these variables in the output folder say {directory}\Adjusted
Any assistance is appreciated