Login   Register  
PHP Classes
elePHPant
Icontem

File: dirremove.php

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  Classes of Ritesh Patel  >  Remove Directory  >  dirremove.php  >  Download  
File: dirremove.php
Role: Example script
Content type: text/plain
Description: Example of Directory remove
Class: Remove Directory
Delete directories and its files recursively
Author: By
Last change:
Date: 2009-12-15 03:35
Size: 102 bytes
 

Contents

Class file image Download
<?php 
include("removeclass.inc.php");
$obj=new removeDir();
$obj->deleteDir("../testing2/");
?>