Help for this page

Select Code to Download


  1. or download this
    cpan
    install Win32::DirSize
    
  2. or download this
    cpan> install Win32::DirSize.pm
    Running install for module 'Win32::DirSize'
    ...
      Has already been tested successfully
      ARICH/Win32-DirSize-1.13.tar.gz
      Already done
    
  3. or download this
    use strict;  
    use Win32::DirSize;
    ...
      "C:\\TEMP",
      my $DirInfo, # this stores the directory information
    );