Query: wml::sup::path
OS: debian
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
wml::sup::path(3) EN Tools wml::sup::path(3)NAMEwml::sup::path - Filesystem Path ManipulationSYNOPSIS#use wml::sup::path <: $relpath = &relpath($from, $to); :> <: $path = &canonpath($path); :> <: $url = &canonurl($url); :>DESCRIPTIONThis include file provides the Perl functions "relpath", "canonpath" and "canonurl" which calculate relative and canonical paths/urls. For example, the relative path from /foo/path/bar/quux to /foo/path/foobar is calculated to ../../foobar and the canonical path of ./foo/./bar/../quux// is foo/quux/.AUTHORRalf S. Engelschall rse@engelschall.com www.engelschall.comREQUIRESInternal: P1, P3 External: --SEE ALSOperl(1) EN Tools 2014-04-16 wml::sup::path(3)