drn1008 2013-10-14 17:31
浏览 77

什么可能是PHPs重命名()抛出错误/警告访问被拒绝(代码5)的问题

Ok, so Im trying to use rename(path to directory) and it seems pretty trivial even though I have read about alot of issues related to it. Whenever I try to rename a specific directory it works fine, but with another directory within the same directory, same file permissions etc, it produces a warning and rename() function is not successful. What are more reasons other than file permissions that produce such a warning ? I'm puzzled!

  • 写回答

1条回答 默认 最新

  • dqnqpqv3841 2013-10-14 18:03
    关注

    SOLVED! The issue was what I suspected! The only logical explanation for an Access denied warning was that the handle was still open! This was the case as I was using scandir(), I switched to the good old php4's equivalent solution.. opendir(); readdir(); AND closedir(); Those 3 steps are crucial when working with directories! If anyone knows of an equivalent to closdir() when using scandir(), please post a solution! Thanks and Regards

    评论

报告相同问题?

悬赏问题

  • ¥15 phython路径名过长报错 不知道什么问题
  • ¥15 深度学习中模型转换该怎么实现
  • ¥15 HLs设计手写数字识别程序编译通不过
  • ¥15 Stata外部命令安装问题求帮助!
  • ¥15 从键盘随机输入A-H中的一串字符串,用七段数码管方法进行绘制。提交代码及运行截图。
  • ¥15 TYPCE母转母,插入认方向
  • ¥15 如何用python向钉钉机器人发送可以放大的图片?
  • ¥15 matlab(相关搜索:紧聚焦)
  • ¥15 基于51单片机的厨房煤气泄露检测报警系统设计
  • ¥15 Arduino无法同时连接多个hx711模块,如何解决?