Name Date Size #Lines LOC

..22-May-2021-

makefile.mkH A D22-May-20211.4 KiB5315

readme.txtH A D22-May-2021205 107

sp2bv.cxxH A D22-May-20213.8 KiB13888

readme.txt

1This tool converts system paths into file urls and escapes it for use as
2bootstrap variable. For example
3
4c:\program files\App$
5->
6file:///c:/program%20files/App$
7->
8file:///c:/program%20files/App\$
9
10