本文介绍了codeigniter创建一个目录的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
如何使用codeigniter创建目录?基本上我想做的是允许用户上传文件,然后创建一个目录,以便存储这些文件可以任何人指点我如何使用codeigniter创建一个目录
How do I create a directory using codeigniter? Basically what I am trying to do is allow user to upload files and then create a directory on the fly for storing these file could anyone point me on how could I create a directory using codeigniter
感谢
所有努力都将感激。
ThanksAll efforts will be appreciated
推荐答案
使用
mkdir("/path/to/my/dir");
这篇关于codeigniter创建一个目录的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!