Hi All,
In Windows, is there a way to get
$FileName.IO.e.Bool
to show hidden files?
attrib C:\pagefile.sys
A SH C:\pagefile.sys
raku -e "say 'c:\\pagefile.sys'.IO.e.Bool;"
False
raku -e "say 'c:\pagefile.sys'.IO.e.Bool;"
False
Many thanks,
-T
On Wed, Apr 1, 2020 at 4:09 AM ToddAndMargo via perl6-users
mailto:perl6-us...@perl.org>> wrote:
all around the Windows version of Raku and are about
to pull all your hair out and have run out of
swear words (not an admission that I cuss), add
--optimize=0
to your run
On 2020-04-01 17:24, ToddAndMargo via perl6-users wrote:
It is looking for faster ways of
doing what you want.
An example would be
jump 2
jump 4
jump 6
optimized into
jump 12
On 2020-04-01 04:37, Tessa Plum wrote:
On 2020/4/1 4:09 下午, ToddAndMargo via perl6-users wrote:
raku --optimize=0 FileAttributes.pl6
I never used this argument. what does it bring to us?
Thanks.
Hi Tessa,
I am not exactly sure what it does. "Optimize"
typically works at the lower leve
On 2020/4/1 4:09 下午, ToddAndMargo via perl6-users wrote:
raku --optimize=0 FileAttributes.pl6
I never used this argument. what does it bring to us?
Thanks.
all around the Windows version of Raku and are about
to pull all your hair out and have run out of
swear words (not an admission that I cuss), add
--optimize=0
to your run string:
raku --optimize=0 FileAttributes.pl6