Jump to content

Directory not empty in


aximbigfan

Recommended Posts

I am trying to make a function to move directories and files.

 

When the function is called, I'm getting this error

  Quote
Warning: rename(/reg//RemoteNotes/,/reg//newdir/): Directory not empty in /opt/KeyDB_Server.php on line 231

 

 

My code is simply

 

rename("/test/testdir", "/test2/test3");

 

Thanks,

Chris

Link to comment
https://forums.phpfreaks.com/topic/124436-directory-not-empty-in/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.