diff options
Diffstat (limited to 'cpputools')
-rw-r--r-- | cpputools/source/sp2bv/readme.txt | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/cpputools/source/sp2bv/readme.txt b/cpputools/source/sp2bv/readme.txt new file mode 100644 index 000000000000..257fe28856c3 --- /dev/null +++ b/cpputools/source/sp2bv/readme.txt @@ -0,0 +1,10 @@ +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\$ + +
\ No newline at end of file |