# New Ticket Created by Zoffix Znet # Please include the string: [perl #128537] # in the subject line of all future correspondence about this issue. # <URL: https://rt.perl.org/Ticket/Display.html?id=128537 >
64-bit Windows 10, This is Rakudo version 2016.04 built on MoarVM version 2016.04 implementing Perl 6.c. Running '/'.IO.mkdir gives True or fails to create the directory, depending on where I run the command: C:\Users\zoffi>perl6 -e "say '/'.IO.mkdir" True C:\Users\zoffi>cd C:\ C:\>perl6 -e "say '/'.IO.mkdir" Failed to create directory 'C:\' with mode '0o777': Failed to mkdir: 5 in any at C:\rakudo/share/perl6/runtime/CORE.setting.moarvm line 1 in block <unit> at -e line 1 Actually thrown at: in block <unit> at -e line 1 C:\>