PHP exec rm -Rf not working for subdirectories

Megg

New Member
I am trying to delete all contents in specific folder but it doesn't seem to effect subfolder but it should, because bash command does it from console.\[code\]system('rm -Rf some_dir/*');\[/code\]
 
Back
Top