Help for this page

Select Code to Download


  1. or download this
    if(system(-r $createdir))
    {}
    ...
    $mw->messageBox (-default => 'Ok',-title => 'Alert!',-message => "Crea
    +te C:/temp directory first to run the program", -type => 'Ok',);
    exit;
    }
    
  2. or download this
    unless ( -d $createdir ){
      $mw->messageBox (
    ...
      -type    => 'Ok',);
      exit;
    }