You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ 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
The text was updated successfully, but these errors were encountered:
I think it should return the modification time of the link itself
The text was updated successfully, but these errors were encountered: