Summary
Details a problem that occurred while using
PathUtil.ToggleRelative(string, string).
Enum values
| 0 | The base path is not an absolute path. |
| 2 | The base path is not a valid path and/or contains invalid characters. |
| 3 | The toggled path is not a valid path and/or contains invalid characters. |
| 1 |
The two paths are both absolute and on different drives, making it impossible to make one of them relative to
the other. |