🦋 Welcome to the MAIN() IRC channel of the Raku Programming Language (raku.org). Log available at irclogs.raku.org/raku/live.html . If you're a beginner, you can also check out the #raku-beginner channel!
Set by lizmat on 6 September 2022.
gfldex lolibloggedalittle: gfldex.wordpress.com/2024/02/25/my-raku-for/ 15:32
coleman gfldex++ 19:29
Voldenet what's the point of augmenting IO::Path if it's possible to make it a method in this case 20:44
s/method/subroutine/
gfldex Voldenet: That's what I got right now. But I wanted to generalise, so that needed more thought and thus a 2nd blogpost. 21:17
Voldenet makes sense 21:18
ugexe Fwiw That’ll only remove spaces in the portions of the path that are explicitly declared I believe. Youd have to use .absolute instead of .Str to remove spaces from the entire path 22:58