Re: folder size

2022-10-24 Thread ToddAndMargo via perl6-users
On 10/23/22 21:56, ToddAndMargo via perl6-users wrote: On 10/22/22 21:30, ToddAndMargo via perl6-users wrote: Hi All, Does Raku have a folder size command (including sub folders) or is that a system call? Many thanks, -T My final code: sub RunCmd( Str $CommandStr, Bool $EchoOff = False ) 

Re: folder size

2022-10-24 Thread ToddAndMargo via perl6-users
On Sun, Oct 23, 2022 at 9:56 PM ToddAndMargo via perl6-users mailto:perl6-users@perl.org>> wrote: On 10/22/22 21:30, ToddAndMargo via perl6-users wrote: > Hi All, > > Does Raku have a folder size command (including sub > folders) or is that a system call? > >

Re: folder size

2022-10-24 Thread William Michels via perl6-users
Hi Todd, Thanks for the code! Unfortunately I see this error: Variable '$PathIAm' is not declared. Perhaps you forgot a 'sub' if this was intended to be part of a signature? at -:3 --> [32mmy Str $BatFile = [33m⏏ [31m$PathIAm ~ ".bat"; [0m On Sun, Oct 23, 2022 at 9:56 PM ToddAndMargo

Re: folder size

2022-10-24 Thread ToddAndMargo via perl6-users
On 10/24/22 10:12, ToddAndMargo via perl6-users wrote: On 10/24/22 09:14, Parrot Raiser wrote: This https://raku.land/zef:lizmat/path-utils might be what you're seeking. (So new the electrons have barely settled into their new orbits.) Not for this instance, but I can see where this will be

Re: folder size

2022-10-24 Thread ToddAndMargo via perl6-users
On 10/24/22 09:14, Parrot Raiser wrote: This https://raku.land/zef:lizmat/path-utils might be what you're seeking. (So new the electrons have barely settled into their new orbits.) Not for this instance, but I can see where this will be really valuable in the future! Thank you!

Re: folder size

2022-10-24 Thread Parrot Raiser
This https://raku.land/zef:lizmat/path-utils might be what you're seeking. (So new the electrons have barely settled into their new orbits.)

Re: Rakudo for W7?

2022-10-24 Thread ToddAndMargo via perl6-users
On 10/20/22 20:37, ToddAndMargo via perl6-users wrote: Hi All, Where can I download the latest Rakudo Star that supports 64 bit Windows 7? Many thanks, -T I walked through them one at a time to find where they put the artificial block for Windows 7. It was on their last iteration that