> 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 DLL call built in, would be very Windows specific, would it not? A lot of Linux specific functionality lives in the ecosystem: https://raku.land/?q=Linux Oddly enough a search for Win32 on raku.land yields: https://raku.land/github:ramiroencinas/Win32::DrivesAndTypes Perhaps what you are looking for. And something you should have been able to find with a little more work than just writing an email. Liz