RootCauseunvalidated
Interpretation of multiple leading slashes in a path is implementation-defined — A path begins with an optional root-name element, followed by an optional root-directory separator and relative-path. Tension: The root-name element is OS-dependent and implementation-defined. Outcome: Depending on the interpretation, `parent_path()` would return different results.
849b943c-d4b7-466c-96e4-8da2ca411d0d
Interpretation of multiple leading slashes in a path is implementation-defined — A path begins with an optional root-name element, followed by an optional root-directory separator and relative-path. Tension: The root-name element is OS-dependent and implementation-defined. Outcome: Depending on the interpretation, parent_path() would return different results.