Hi
Copy Any Size Files Or Create Exact Directory Clone
He He
You Can Create A Big Clone Like If You Run This And Want Windows c: Drive Exact Clone
You Can Just Do THis
Size Not Matter It Can Be 1000GB
CreateCopy("whereyouwant", "c:/");
This Class Is Develpoped By Ashfaq Ahmed
Use Of This Class Here Is a Example
$a = new CloneOrCopy();      ////// Create instance Of Class Or Intiliaz The Class
$a->des = "D_Drive_Clone";   ////// Set The Destination Path For Clone
$a->src = "test";            /////  Set The Source Path For Clone 
$a->CreateCopy();            ////   Start The Copying Or Cloning
Enjoy 
  |