Commit cc0b29b
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 92b8bc3 commit cc0b29b
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 | |
|---|---|---|---|
| |||
579 | 579 | | |
580 | 580 | | |
581 | 581 | | |
| 582 | + | |
| 583 | + | |
| 584 | + | |
| 585 | + | |
| 586 | + | |
| 587 | + | |
| 588 | + | |
| 589 | + | |
582 | 590 | | |
583 | 591 | | |
584 | 592 | | |
| |||
0 commit comments