office-gobmx/cpputools/source/sp2bv
2011-03-02 21:53:12 +01:00
..
makefile.mk changefileheader2: #i109125#: change source file copyright notice from Sun Microsystems to Oracle; remove CVS style keywords (RCSfile, Revision) 2010-02-12 15:01:35 +01:00
readme.txt
sp2bv.cxx Remove "using namespace ::rtl" 2011-03-02 21:53:12 +01:00

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\$