Re: show all drive letters and labels

2022-02-10 Thread ToddAndMargo via perl6-users
On 2/10/22 02:25, Elizabeth Mattijsen wrote: Have you considered giving back to the community by putting this into a module (as well as the WinMessageBox and WinMount modules that it refers to, which I assume to be your private modules) and uploading it to the ecosystem? I have considered. O

Re: show all drive letters and labels

2022-02-10 Thread Elizabeth Mattijsen
> On 10 Feb 2022, at 11:10, ToddAndMargo via perl6-users > wrote: > That is an interesting module. I am not sure what > I would use it for though. Maybe in the future. > It is a method of find out what a drive is. > > What I was after was finding the drive letter that > corresponded to a logic

Re: show all drive letters and labels

2022-02-10 Thread ToddAndMargo via perl6-users
On 2/10/22 01:26, Elizabeth Mattijsen wrote: So I was really hoping for a built in system32 call. I really, really don't care for the the trouble associated with using the "C" interface to call system 32 dll's, but I may have to. One of the things that Raku tries to do, is to be ignorant about

Re: show all drive letters and labels

2022-02-10 Thread Elizabeth Mattijsen
> So I was really hoping for a built in system32 call. > I really, really don't care for the the trouble > associated with using the "C" interface to call > system 32 dll's, but I may have to. One of the things that Raku tries to do, is to be ignorant about the underlying OS. Having a system32 D