| Subject: | Hello! In dUnzip2. |  
| Summary: | Package rating comment |  
| Messages: | 2 |  
| Author: | Willian Pedroso Neves |  
| Date: | 2008-05-13 18:56:44 |  
| Update: | 2009-01-24 02:14:15 |  
|   |  
 
 | 
 | 
Willian Pedroso Neves rated this package as follows:
| Utility:  | Good | 
| Consistency:  | Good | 
| Documentation:  | Good | 
| Examples:  | Good | 
| 
 | 
  Willian Pedroso Neves - 2008-05-13 18:56:44  
Hello! 
In dUnzip2.inc.php I had to do this modification: 
 
if($str==".") $str = null; 
else $str = "/".$str; 
$this->debugMsg(1, "Creating folder: $targetDir$str"); 
mkdir("$targetDir$str",0777,true); 
if($applyChmod) chmod("$targetDir$str", $applyChmod); 
 
It`s a nice class! Congratulations! 
  
  david alvarez - 2009-01-24 02:14:15 -  In reply to message 1 from Willian Pedroso Neves 
what line might this be added to? 
  
   |