Name Date Size #Lines LOC

..18-Oct-2019-

makefile.mkH A D18-Oct-20191.4 KiB5315

readme.txtH A D18-Oct-2019205 107

sp2bv.cxxH A D18-Oct-20193.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