Need help with identifying linked file attachments that need to be converted to use absolute paths
Hi, I want to move my linked base directory to another folder. I copied the attachments to the new folder and change the base directory in the setting of Zotero to this new location and got this notification: "163 existing attachments were found within the new base directory. 3 existing attachments within the old base directory will be converted to use absolute paths."
Is there a way to know what these 3 attachments are? I have searched around quite a bit but couldn't find a straightforward way to do it. Thank you!
Is there a way to know what these 3 attachments are? I have searched around quite a bit but couldn't find a straightforward way to do it. Thank you!
return await Zotero.DB.columnQueryAsync("SELECT path FROM itemAttachments WHERE linkMode=2 AND path NOT LIKE ? AND path NOT LIKE ?", ['attachments:%', 'storage:%'])
If I just run the code directly without any modification, it returns a list of 30 attachment absolute paths. I went through all these 30 attachments using Zutilo and didn't see anything abnormal. To clarify, I do store some attachments outside of the Base Directory folder, so these are understandably absolute paths.