Can't import files with ";" in the pathname

edited October 28, 2022
Using the "Import" command, I can't seem to import any files whose path includes the character ";". I am importing a bibtex library. So, a representative entry would be:

---
@book{CohenSmith02,
address = {Cambridge},
title = {The {Cambridge} Companion to {Newton}},
date = {2002},
editor = {Cohen, I. Bernard and Smith, George E.},
file = {/Users/xxx/Library/CloudStorage/OneDrive/Refs/Secondary/Iliffe.R;Smith.G/IliffeSmith - The Cambridge Companion to Newton (2016).pdf}}
---

The bibliographic information is imported properly, but the files is not. The error log shows that Zotero is trying to retrieve from the path "/Users/xxx/Library/CloudStorage/OneDrive/Refs/Secondary/Iliffe.R", thus truncating the actual path.

I suspect that ";" is not an allowed pathname character in Windows, but it is allowed in MacOS.

Can anyone confirm/deny that this an actual bug?
Sign In or Register to comment.