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 )
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?
>
> Ma
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 v
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
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!
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.)
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";
my Str $Rtn
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 the s
> 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 same function via the `.s()