Given a pathname string, return a condensed version by replacing intermediate folders with '..'.

Example

If

fullpath = 'C:\foo\bar\baz\qux';

then

shortpath = 'C:\..\qux';

Solution Stats

214 Solutions

98 Solvers

Last Solution submitted on Jul 24, 2026

Last 200 Solutions

Problem Comments

Solution Comments

Show comments
Loading...