1
0
Fork 0
libreoffice/cpputools/source/sp2bv/readme.txt
Daniel Baumann 8e63e14cf6
Adding upstream version 4:25.2.3.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
2025-06-22 16:20:04 +02:00

8 lines
199 B
Text

This tool converts system paths into file urls and escapes it for use as
bootstrap variable. For example
c:\program files\App$
->
file:///c:/program%20files/App$
->
file:///c:/program%20files/App\$