Help for this page

Select Code to Download


  1. or download this
    my $currentDir = "D:/p/";
    my $dirTreeFrame = $mainwin->Frame;
    $dirTreeFrame->pack();
    ...
                                    -width  => 35,
                                    -height => 35,
                                    -command=> sub {doCreate($currentDir)}
    +);