CodeIgniter Forums
Create a folder using code igniter? - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20)
+--- Forum: Archived Development & Programming (https://forum.codeigniter.com/forumdisplay.php?fid=23)
+--- Thread: Create a folder using code igniter? (/showthread.php?tid=7134)



Create a folder using code igniter? - El Forum - 03-26-2008

[eluser]JasonS[/eluser]
I can create files. But how do I create folder?

I need to create the following.

/root/cities/cityname/
/root/cities/cityname/images/

I have had a look at the file helper class but cannot see how I can use it to create folder. Does codeigniter have a built in function for this?

How would I edit and delete there folders along with their content.


Create a folder using code igniter? - El Forum - 03-26-2008

[eluser]wiredesignz[/eluser]
mkdir to create a directory (only windows uses folders)

delete a directory and contents
http://www.ozzu.com/programming-forum/php-delete-directory-folder-t47492.html