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.  Only problem is, for reasons I
will not bother the group with, I do not have the
time or resources.  In a few years, maybe.  And
I'd love to be a part of the project.

Anyone that wants any of my modules, I will be
happy to eMail them to you.

WinMount provides the following:

    Sub Headers:

        sub GetLUA( Bool $Debug = False ) returns Bool is export( :GetLUA )

sub SetLUA( Bool $LUA, Bool $Debug = False ) returns DWORD is export( :SetLUA )

        sub ListPartitions() is export( :ListPartitions )

sub Mount( Str $UUID, Str $Label, Str $DriveLetter ) is export( :Mount )

        sub Umount( Str $DriveLetter ) is export( :Umount )

sub FindPartitionByLabel( Str $Label, Bool $Fuzzy = False ) is export( :FindPartitionByLabel )

sub FindPartitionByUUID( Str $UUID ) is export( :FindPartitionByUUID )

sub FindPartitionByDrive( Str $Drive ) is export( :FindPartitionByDrive )


Reply via email to