Commit fd37e62
committed
pkg/ioutilx: Add
WindowsMixedPathFromWindowsSubsystemPath converts a Windows Subsystem path to a Windows mixed path.
mixed means using forward slashes instead of backslashes.
e.g. /mnt/c/Users/foo/bar -> C:/Users/foo/bar .
Signed-off-by: Norio Nomura <norio.nomura@gmail.com>WindowsMixedPathFromWindowsSubsystemPath()
1 parent 2fd6cc4 commit fd37e62
2 files changed
+20
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
67 | 67 | | |
68 | 68 | | |
69 | 69 | | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
523 | 523 | | |
524 | 524 | | |
525 | 525 | | |
| 526 | + | |
| 527 | + | |
| 528 | + | |
| 529 | + | |
| 530 | + | |
| 531 | + | |
| 532 | + | |
| 533 | + | |
526 | 534 | | |
527 | 535 | | |
528 | 536 | | |
| |||
0 commit comments