10 lines
205 B
Plaintext
10 lines
205 B
Plaintext
![]() |
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\$
|
||
|
|
||
|
|