Skip to content

Instantly share code, notes, and snippets.

View rajatkalia's full-sized avatar
🎯
Focusing

Rajat Kalia rajatkalia

🎯
Focusing
View GitHub Profile
@rajatkalia
rajatkalia / copy_prog.php
Created December 13, 2012 12:19
Copy files recursively from one folder to another
<?php
include 'linklist.class.php';
class obJect {
public $nameOfOb;
public $typeOfOb;
function __construct($nameOfOb,$typeOfOb)
{