asked on November 17, 2023
I need to rename a bulk of files. The new name of the document needs to be the same as the folder from which it resides in. I need a pattern match that will capture just the final folder from multiple paths.
Path examples:
\Planning\General Files\Planning Staff\Monroe\Vouchers\2023 Misc\Billboards\Payment 4 - Inv. 12345
\Engineering\Correspondence\2023\07-26-2023 Eagle Appeal
How do I capture things only after the final backslash?
0
0