Help for this page

Select Code to Download


  1. or download this
    use Tk;
    use Tk::DirTree;
    use Cwd;
    ...
    if ($ok == 1) { warn "The resulting directory is '$curr_dir'\n"; }
    
    __END__
    
  2. or download this
    $d->chdir("c:");
    $d->chdir("d:");
    $d->chdir("e:");