FromStandardPath takes a / separated path in Standard encoding and converts it to a / separated path in this encoding.
(string)
| 10 | // FromStandardPath takes a / separated path in Standard encoding |
| 11 | // and converts it to a / separated path in this encoding. |
| 12 | FromStandardPath(string) string |
| 13 | // FromStandardName takes name in Standard encoding and converts |
| 14 | // it in this encoding. |
| 15 | FromStandardName(string) string |
no outgoing calls
no test coverage detected