|
|
|
| Description |
| Operations on file names.
|
|
| Synopsis |
|
|
|
| Documentation |
|
|
Paths which are known to be absolute.
Note that the Eq and Ord instances do not check if different
paths point to the same files or directories.
|
|
|
|
|
|
Constructs AbsolutePaths.
Precondition: The path must be absolute.
|
|
|
Makes the path absolute.
This function raises an __IMPOSSIBLE__ error if
canonicalizePath does not return an absolute path.
|
|
|
| Tries to establish if the two file paths point to the same file
(or directory).
|
|
|
|
| Produced by Haddock version 2.6.0 |