rmdir in PHP not working on an empty directory -


I am trying to delete a directory with PHP.

I unlink / delete all the files / sub-deinses from inside and finally call RMDIR at the blank head directory. Everything goes according to the plan till the last call to RMD is not done. PHP has warned that the directory is not emptpy and refuses to remove it. But when I look at the directory in Explorer then it's empty.

I have also tried a well-known recursive function with the same result.

The operating system is Windows 7 with Xampp and there is no entry restriction for any element of the question.

Any thoughts?

Can you try it?

Comments

Popular posts from this blog

mysql - BLOB/TEXT column 'value' used in key specification without a key length -

c# - Using Vici cool Storage with monodroid -

c# - Confused over DLL entry points (entry point not found exception) -