FromStandardPath takes a / separated path in Standard encoding and converts it to a / separated path in this encoding.
(string)
| 87 | // FromStandardPath takes a / separated path in Standard encoding |
| 88 | // and converts it to a / separated path in this encoding. |
| 89 | FromStandardPath(string) string |
| 90 | // FromStandardName takes name in Standard encoding and converts |
| 91 | // it in this encoding. |
| 92 | FromStandardName(string) string |
no outgoing calls