Am 31.05.22 um 17:58 schrieb France Baril:
[file:invalid-path] Invalid file path: 'Temp/pdfs/e5-轻奢版-80-global-en-us-dh9.fo http://xn--e5--80-global-en-us-dh9-3195b4226a2w0g.fo
Any chance this limit can be overcome?
-- France Baril Architecte documentaire / Documentation architect france.baril@architextus.com mailto:france.baril@architextus.com
Hi France,
just a guess:
The leading string part
'Temp/pdfs/
already looks strange to me; but it may be correct nonetheless.
However, due to the Hanzi stuff inside you might try to enclose the complete path string (including the leading single quote) with double quotes (" "), or simply add a trailing single quote ( ' ).
Then you may check, if the character encoding is correct (probably formatted UTF-8), and there's no mix up with other Chinese/CJK formats.
Further, your file path appears leading to a file, and not a path.
Regards