Image-ExifTool - Re: update-write iptc or xmp based on csv file

Posted on Tue Apr 29 00:08:36 2008 by exiftool in response to 7778 (See the whole thread of 5)
Re: update-write iptc or xmp based on csv file
Just define a variable for the new filename before the "my $file" line:

my $newfile = "${dir}OK-$values[0]";

Then call WriteInfo($file,$newfile)

-Phil
Write a response