Copy link to clipboard
Copied
Hello, in a file lua, by a command, how can i get the imagepath of a selected image in lightroom:
I selected images by:
local images = catalog:getTargetPhotos()
and now i need to get the images paths
Thank you
You can reference photo.path or photo:getRawMetadata ("path") -- they're equivalent.
Copy link to clipboard
Copied
You can reference photo.path or photo:getRawMetadata ("path") -- they're equivalent.
Copy link to clipboard
Copied
Thank you i will try it
Copy link to clipboard
Copied
Excellent, thank you