FR: a variant of getModificationTime that works on symlinks
Open
type: (3) feature request
- Dominant language
- Haskell
- Stars
- 65
- Forks
- 52
- PR merge metrics
- No merged PRs in 30d
Description
```
$ ln -s /invalid invalid
$ ghci
λ import System.Directory
λ getModificationTime "invalid"
*** Exception: invalid: getModificationTime:getFileStatus: does not exist (No such file or directory)
```
I think it should return the modification time of the link itself
Contributor guide
Assessment
This issue has not been assessed yet.