Created
June 22, 2013 22:00
-
-
Save jnthn/5842775 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
C:\consulting\rakudo>echo foo > bar | |
C:\consulting\rakudo>attrib +R bar | |
C:\consulting\rakudo>perl6.exe -e "unlink 'bar'" | |
Failed to remove the file 'bar': unlink failed: Access is denied. | |
in block at src\gen\CORE.setting:11714 | |
in sub unlink at src\gen\CORE.setting:11710 | |
in block at -e:1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment