I have about 2,000 photos hylerlinked that is on a local drive. How can I change the drive of all photos without having to go to each to make the change.
Solved! Go to Solution.
If you are storing your hyperlinks in a field then you can just update the path using the Field Calculator.
!LinkPath!.replace('C:\\Temp\\Photos', 'H:\\Photos')
This will replace C:\Temp\Photos with H:\Photo - just change the values to match your own paths.
Hi Walter
I would assume python would be the best method. How are the hyperlinks stored?
If you are storing your hyperlinks in a field then you can just update the path using the Field Calculator.
!LinkPath!.replace('C:\\Temp\\Photos', 'H:\\Photos')
This will replace C:\Temp\Photos with H:\Photo - just change the values to match your own paths.