# New Ticket Created by Tadeusz SoÅnierz # Please include the string: [perl #76772] # in the subject line of all future correspondence about this issue. # <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=76772 > Here's a patch adding an interface to Parrot's stat Opcode in Rakudo. I've consulted it with Moritz Lenz who also thought it's a nice feature to have. Now it's possible to get file information like this: 'filename'.IO.stat.size 'filename'.IO.stat.isdir ...etc, etc. Some stat features are not working with the current Rakudo for me (e.g. uid always returns -1, isdev always returns 0) but besides this, which is some Parrot issue, everything works fine and no spectests are failing. Kind Regards, Ted