Example #1
0
function DeleteFolderList()
{
    $hard = new harddrive();
    $hard->delete_path($_GET["DeleteFolderList"]);
}