php Programming Glossary: absolute_path
PHP - Deleting Directory Contents & SubDirectory Contents http://stackoverflow.com/questions/12966227/php-deleting-directory-contents-subdirectory-contents handle opendir main_dir while false entry readdir handle absolute_path main_dir.' '. entry if entry . entry .. chmod absolute_path.. main_dir.' '. entry if entry . entry .. chmod absolute_path 0755 unlink absolute_path check if any folders exist then delete.. entry if entry . entry .. chmod absolute_path 0755 unlink absolute_path check if any folders exist then delete files within if file_exists..
|