Convert receives the fully qualified file path and replaces the DOS device name with a drive letter.
(filename string)
| 34 | type DevMapper interface { |
| 35 | // Convert receives the fully qualified file path and replaces the DOS device name with a drive letter. |
| 36 | Convert(filename string) string |
| 37 | } |
| 38 | |
| 39 | type mapper struct { |
no outgoing calls