System returns the full absolute path using the system separator.
()
| 90 | |
| 91 | // System returns the full absolute path using the system separator. |
| 92 | func (p Path) System() string { return p.value } |
| 93 | |
| 94 | // URL returns the full absolute path using the / separator prefixed by the URL |
| 95 | // file scheme. |
no outgoing calls