Path missing in export file for linked attachements
While trying to export database entries, which contain linked attachments I recognized that only the file name of the attachment is exported, but not the path to the attachment.
In the Zotero RDF format it looks like this (export to other formats look similar):
<z:Attachment rdf:about="#item_275">
<z:itemType>attachment</z:itemType>
<dc:title>225027.pdf</dc:title>
<link:type>application/pdf</link:type>
</z:Attachment>
Is it possible to add the linkĀ“s path somehow?
In the Zotero RDF format it looks like this (export to other formats look similar):
<z:Attachment rdf:about="#item_275">
<z:itemType>attachment</z:itemType>
<dc:title>225027.pdf</dc:title>
<link:type>application/pdf</link:type>
</z:Attachment>
Is it possible to add the linkĀ“s path somehow?