On 4/5/25 6:58 PM, ToddAndMargo via perl6-users wrote:
sub Directory
I changed the name to DirectoryExists
The new name is more human friendly
On 4/2/25 6:08 PM, Bruce Gray wrote:
On Apr 2, 2025, at 19:47, ToddAndMargo via perl6-users
wrote:
--snip--
raku -e "say
'\\192.168.240.10\oldserver\Backup\MyDocsBackup\backup1'.IO.d.Bool;"
False
--snip--
Moving this one-liner into a .raku file (to remove the complication of Wi
> On Apr 2, 2025, at 19:47, ToddAndMargo via perl6-users
> wrote:
--snip--
> raku -e "say
> '\\192.168.240.10\oldserver\Backup\MyDocsBackup\backup1'.IO.d.Bool;"
> False
--snip--
Moving this one-liner into a .raku file (to remove the complication of Windows
needing double-quotes for o
On 4/2/25 9:53 PM, ToddAndMargo via perl6-users wrote:
On 4/2/25 6:26 PM, Will Coleda wrote:
Try printing the Str before you do anything with it to see what happens.
I moved to powershell
I mean I did a call to powershell to find if a directory existed
Try printing the Str before you do anything with it to see what happens.
(Hint - the backslash character escapes characters in literal strings)
On Wed, Apr 2, 2025 at 8:47 PM ToddAndMargo via perl6-users <
perl6-us...@perl.org> wrote:
> Hi All,
>
> Windows Server 2025 (souped up W11)
>
> raku -v
On 4/2/25 6:26 PM, Will Coleda wrote:
Try printing the Str before you do anything with it to see what happens.
I moved to powershell
On 4/2/25 6:08 PM, Bruce Gray wrote:
On Apr 2, 2025, at 19:47, ToddAndMargo via perl6-users
wrote:
--snip--
raku -e "say
'\\192.168.240.10\oldserver\Backup\MyDocsBackup\backup1'.IO.d.Bool;"
False
--snip--
Moving this one-liner into a .raku file (to remove the complication of Wi