Skip to content

Instantly share code, notes, and snippets.

@jnthn
Created June 22, 2013 22:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jnthn/5842775 to your computer and use it in GitHub Desktop.
Save jnthn/5842775 to your computer and use it in GitHub Desktop.
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