Re: How to check size of harddisk?
From: Sisyphus (kalinaubears_at_iinet.net.au)
Date: 09/30/04
- Next message: Tad McClellan: "Re: Syntax appears inconsistent - why is this?"
- Previous message: Billy N. Patton: "Re: Trailing Spaces -- Format Perl"
- Maybe in reply to: Jason Quek: "How to check size of harddisk?"
- Next in thread: Joe Smith: "Re: How to check size of harddisk?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Thu, 30 Sep 2004 08:14:59 +1000
Jason Quek wrote:
> Sisyphus <kalinaubears@iinet.net.au> wrote:
>
>
>>Jason Quek wrote:
>>d
>>
>>>The OS is Windows XP Pro. I have an indexing script, which, after it
>>>is run, needs to report on how much space is left on the harddisk.
>>>
>>
>>You can use Win32::AdminMisc for this.
>>my($total_drive_space, $available_space_on_this_drive) =
>> Win32::AdminMisc::GetDriveSpace($drive);
>>
>>Cheers,
>>Rob
>
>
> Hi Rob
>
> Where can I find "Win32::AdminMisc"?
>
> I have looked in the standard distribution and CPAN but cannot seem to
> find this moduile.
>
> Regards,
>
>
>
>
> Jason Q.
Oh, yeah - it's one of Dave Roth's modules:
http://www.roth.net/perl/packages/
There are ppm's for both 5.6 and 5.8 on his site ... I hope you can find
the one you need :-)
Cheers,
Rob
-- To reply by email u have to take out the u in kalinaubears.
- Next message: Tad McClellan: "Re: Syntax appears inconsistent - why is this?"
- Previous message: Billy N. Patton: "Re: Trailing Spaces -- Format Perl"
- Maybe in reply to: Jason Quek: "How to check size of harddisk?"
- Next in thread: Joe Smith: "Re: How to check size of harddisk?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]