-
Notifications
You must be signed in to change notification settings - Fork 47
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
System.Directory.getPermissions does not work well on Windows 7 #9
Labels
type: a-bug
The described behavior is not working as intended.
Comments
Fwiw, on Unix systems |
Rufflewind
added a commit
to Rufflewind/directory
that referenced
this issue
Mar 3, 2015
This fixes the issue haskell#9 where Windows fails to recognize paths that contain trailing path separators.
The distinction doesn't exist on Linux at least, since that's what I'll just drop the trailing slashes on Windows, since arguably this is just them being necessarily picky. |
Rufflewind
added a commit
to Rufflewind/directory
that referenced
this issue
Mar 3, 2015
👍 |
Rufflewind
added
the
type: a-bug
The described behavior is not working as intended.
label
Sep 5, 2015
bgamari
pushed a commit
to bgamari/directory
that referenced
this issue
Jul 29, 2016
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It works well for following code
However getting error with this:
The only difference is the path name. It gets error when having extra trailing slash.
It looks wired.
Thanks your help.
PS: Previous discussion at https://ghc.haskell.org/trac/ghc/ticket/8342
The text was updated successfully, but these errors were encountered: