MetInfo帮助中心
网站首页
新手建站
米拓流程
使用手册
常见问题
模板制作教程
商业模板修改教程
应用开发教程
#文件处理函数 > #### file.func.php 注:此文件函数,需要使用load::sys_func('file');后才可以使用。 注:路径参数都必须是绝对路径或相对网站根目录的相对地址。 | 函数 | 描述 | |---|---| | [makedir() 函数](http://localhost/doc.metinfo.cn/hanshu/161-cn.html) | 检测文件夹是否存在,不存在则新建文件夹。 | | [makefile() 函数](http://localhost/doc.metinfo.cn/hanshu/162-cn.html) | 检测文件是否存在,不存在则新建文件。 | | [copydir() 函数](http://localhost/doc.metinfo.cn/hanshu/163-cn.html) | 复制文件夹。 | | [copyfile() 函数](http://localhost/doc.metinfo.cn/hanshu/164-cn.html) | 复制文件。 | | [movedir() 函数](http://localhost/doc.metinfo.cn/hanshu/165-cn.html) | 移动文件夹。 | | [movefile() 函数](http://localhost/doc.metinfo.cn/hanshu/166-cn.html) | 移动文件。 | | [deldir() 函数](http://localhost/doc.metinfo.cn/hanshu/167-cn.html) | 删除文件夹。 | | [delfile() 函数](http://localhost/doc.metinfo.cn/hanshu/168-cn.html) | 删除文件。 | | [path_absolute() 函数](http://localhost/doc.metinfo.cn/hanshu/169-cn.html) | 相对路径转绝对路径。 | | [path_relative() 函数](http://localhost/doc.metinfo.cn/hanshu/170-cn.html) | 绝对路径转相对路径。 | | [getfilesize() 函数](http://localhost/doc.metinfo.cn/hanshu/171-cn.html) | 获取文件的大小。 | | [getfileable() 函数](http://localhost/doc.metinfo.cn/hanshu/172-cn.html) | 获取文件的后缀名。 | | [unzipfile() 函数](http://localhost/doc.metinfo.cn/hanshu/173-cn.html) | zip压缩文件解压。 | | [zipfile() 函数](http://localhost/doc.metinfo.cn/hanshu/174-cn.html) | 生成zip压缩文件。 | | [getdirpower() 函数](http://localhost/doc.metinfo.cn/hanshu/175-cn.html) | 验证文件夹是否有写权限。 | | [getfilepower() 函数](http://localhost/doc.metinfo.cn/hanshu/176-cn.html) | 验证文件是否有写权限。 | | [modifydirpower() 函数](http://localhost/doc.metinfo.cn/hanshu/177-cn.html) | 修改文件夹权限。 | | [modifyfilepower() 函数](http://localhost/doc.metinfo.cn/hanshu/178-cn.html) | 修改文件权限。 | | [traversal() 函数](http://localhost/doc.metinfo.cn/hanshu/178-cn.html) | 遍历某个文件。并返回所有文件。 |