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

Re: folder size

2022-10-24 Thread William Michels via perl6-users
ToddAndMargo via perl6-users < 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? > > > > Many thanks, &

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: folder size

2022-10-23 Thread ToddAndMargo via perl6-users
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 ) { my Str $BatFile = $PathIAm ~ ".bat";

Re: folder size

2022-10-23 Thread ToddAndMargo via perl6-users
On 10/22/22 22:46, Bruce Gray wrote: On Oct 22, 2022, at 11:30 PM, ToddAndMargo via perl6-users wrote: Hi All, Does Raku have a folder size command (including sub folders) or is that a system call? There are system calls to get sizes of individual files (Raku IO objects provide

Re: folder size

2022-10-22 Thread Bruce Gray
> On Oct 22, 2022, at 11:30 PM, ToddAndMargo via perl6-users > wrote: > > Hi All, > > Does Raku have a folder size command (including sub > folders) > or is that a system call? There are system calls to get sizes of individual files (Raku IO objects provide the s

folder size

2022-10-22 Thread ToddAndMargo via perl6-users
Hi All, Does Raku have a folder size command (including sub folders) or is that a system call? Many thanks, -T -- ~~ Computers are like air conditioners. They malfunction when you open windows ~~