PathUtils

Plain source file: base/lib/PathUtils.hs (2002-03-13)

PathUtils is imported by: HLex2html, PFE_HTML, PfeChase.

-- Functions for manipulating FilePaths
module PathUtils where

-- Normalize file names:
normf ('.':'/':s) = normf s
normf s = s

Index

(HTML for this module was generated on 2006-08-12. About the conversion tool.)