Home  >  Article  >  Backend Development  >  请问大牛 在win系统上 php调用系统命令删目录

请问大牛 在win系统上 php调用系统命令删目录

WBOY
WBOYOriginal
2016-06-13 10:46:431029browse

请教大牛 在win系统下 php调用系统命令删目录
请教这个命令是什么? 是强制删除目录 目录变量为$dir
试了下 system('del '.$dir); 发现没有删掉任何东西 说明这个命令不行 不过测试这个命令可以删文件 目录删不掉

换成system('rd '.$dir); 也不行
system('rm '.$dir"); 还不行
system('rmdir '.$dir"); 更不行

没辙了 绝望了 来求教给位大牛给我一条win环境下php调用系统命令强制删除目录文件夹的语句或命令 跪谢 祝好人一生平安!



------解决方案--------------------
cmd del...

但这样做会有权限问题

另外就是windows unicode文件名在php5无解,php6目前为止好像还没完全攻破这道难题
如果有这样的需求,只能用文件列表方式删除

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn