bos / filemanip

A Haskell library for working with files and directories. Includes code for pattern matching, finding files, modifying file contents, and more.
http://bitbucket.org/bos/filemanip
Other
27 stars 9 forks source link

Add canonicalPath and canonicalName combinators #4

Closed klao closed 9 years ago

klao commented 10 years ago

These combinators are most useful for symbolic links, but can be used generally, so I didn't make it a precondition. (But a variant that operates only on symlinks would be as useful for me.)