Introduce a new utils_resolve_relative function
authorRaphaël Beamonte <raphael.beamonte@gmail.com>
Wed, 13 Nov 2013 05:34:35 +0000 (00:34 -0500)
committerDavid Goulet <dgoulet@ev0ke.net>
Wed, 13 Nov 2013 21:18:06 +0000 (16:18 -0500)
This function aims to resolve relative path such as './' and
'../' in the middle of a path string. This allows to use paths
such as '~/../test' that are received as '/home/x/../test' for
instance.

Signed-off-by: Raphaël Beamonte <raphael.beamonte@gmail.com>

No differences found
This page took 0.02436 seconds and 4 git commands to generate.