Skip to content
Snippets Groups Projects
Commit 81375ae0 authored by Neil Mitchell's avatar Neil Mitchell
Browse files

Merge branch 'master' of https://github.com/haskell/filepath

parents 1a720082 4206435b
No related branches found
Tags v1.4.0.0
No related merge requests found
......@@ -729,8 +729,8 @@ equalFilePath a b = f a == f b
-- | Contract a filename, based on a relative path.
--
-- There is no corresponding @makeAbsolute@ function, instead use
-- @System.Directory.canonicalizePath@ which has the same effect.
-- The corresponding @makeAbsolute@ function can be found in
-- @System.Directory@.
--
-- > makeRelative "/directory" "/directory/file.ext" == "file.ext"
-- > Valid x => makeRelative (takeDirectory x) x `equalFilePath` takeFileName x
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment