CodeIgniter Forums
source code create directory - 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: source code create directory (/showthread.php?tid=32349)



source code create directory - El Forum - 07-20-2010

[eluser]Unknown[/eluser]
Dear Sir/Madam,

Can i get some source code related to create directory in CodeIgniter?

Best,

Veasna.


source code create directory - El Forum - 07-20-2010

[eluser]KingSkippus[/eluser]
I do not think that there are any CodeIgniter-specific helpers or classes to create directories. You can use the normal php mkdir() command to do it. Perhaps I have misunderstood the question?


source code create directory - El Forum - 07-21-2010

[eluser]chonlatee[/eluser]
@KingSkippus correct. if you create folder you can use mkdir.
if you read in directory you can use this http://ellislab.com/codeigniter/user-guide/helpers/directory_helper.html