PHP Delete Directory
PHP Delete Directory
Out of context: Reply #3
- Started
- Last post
- 4 Responses
- ldww0
nm, i used:
// this wipes the entire
// directory clean (empty or not)$path = "/path/to/empty";
$cmd = "rm -rf $path";
`$cmd`;
nm, i used:
// this wipes the entire
// directory clean (empty or not)
$path = "/path/to/empty";
$cmd = "rm -rf $path";
`$cmd`;