Help for this page

Select Code to Download


  1. or download this
      if ($^O eq 'MSWin32') {
        require 'Win32API::File';
        my @drv = map{s/\\$//;lc} Win32API::File::getLogicalDrives();
        $dt->add_to_tree($_, $_) for @drv;
      }
    
  2. or download this
    package Tk;
    sub has_subdir {1}