0
$ download_path ='admin_theme'。 FOLDER_SEPRATOR。 'temp_folder'。 FOLDER_SEPRATOR。 $文件夾名稱。 '/';我想在下載文件夾後刪除文件夾,但下載後不再執行代碼
$this->load->library('zip');
$this->zip->read_dir($download_path . '/');
$this->zip->download($folder_name . '.zip');
delete_files($new_folder, true, 1);
什麼是$ new_folder? –