How does wordpress modify folder permission for automatic upgrade?
Ive been trying to do this for 5 days now... but no use.. I get operation not permitted when I try chmod(DIR, 0757);
how does wordpress prepare file and folder permission for automatic upgrade, please tell me.
I need to use copy(from, to) function, but it says permission not granted in "to" ... Please help me..