(Update)
As user I might a directory of files, for which there is no repesentation in my local library. I can use "Search for unlinked local files"

A documentation is available at https://docs.jabref.org/collect/findunlinkedfiles#link-the-pdfs-to-your-bib-library
When I run the tool and import entries, the full absolute path is written:
file = {:C\:/Users/koppor/git-repositories/paper/bib/pdfs/Adapting BDDs for Visualizing Product Configuration Data.pdf:PDF},
expected:
file = {:Adapting BDDs for Visualizing Product Configuration Data.pdf:PDF},
because of
@Comment{jabref-meta: fileDirectory:pdfs;}
The .bib file is located in C\:/Users/koppor/git-repositories/paper/bib. Therefore, the configuration of the path pdf works.
How to reproduce
- Put test PDF files in
c:\jabref-test\pdfs
- Create
test.bib in c:\jabref-test
- Configure
c:\jabref-test\pdfs as PDF path int he library:

- Execute the "Search for unlinked local files"
Implementation Hints
The functionality to call is the same as in the cleanup entries dialog

(Update)
As user I might a directory of files, for which there is no repesentation in my local library. I can use "Search for unlinked local files"
A documentation is available at https://docs.jabref.org/collect/findunlinkedfiles#link-the-pdfs-to-your-bib-library
When I run the tool and import entries, the full absolute path is written:
file = {:C\:/Users/koppor/git-repositories/paper/bib/pdfs/Adapting BDDs for Visualizing Product Configuration Data.pdf:PDF},expected:
because of
The
.bibfile is located inC\:/Users/koppor/git-repositories/paper/bib. Therefore, the configuration of the pathpdfworks.How to reproduce
c:\jabref-test\pdfstest.bibinc:\jabref-testc:\jabref-test\pdfsas PDF path int he library:Implementation Hints
The functionality to call is the same as in the cleanup entries dialog