Help for this page

Select Code to Download


  1. or download this
    if ($tk{dir_tree}-> chdir ($dr{path}))
    {
    ...
    {
        Win32::MsgBox(“$^E”);
    }
    
  2. or download this
    require 5.006;
    
    ...
        $tk{dir_tree}-> chdir ($dr{path});    
        ShowServer($dr{path});}