Hello - i am working on a server that's in safe mode, and having trouble renaming/deleting folders. I can create them, but no luck renaming or deleting them. Any ideas or workarounds? much appreciate the help!
ian
| SitePoint Sponsor |

Hello - i am working on a server that's in safe mode, and having trouble renaming/deleting folders. I can create them, but no luck renaming or deleting them. Any ideas or workarounds? much appreciate the help!
ian
signature

Please post such topics to the correct part of the forum.
-thanks.
*self-titulated vice-admin*![]()
If pigs could fly, the prize of bacon would reach the sky.
www.dosspirit.net - Norwegian reviews of DOS games


$10 says you need to chmod the folder/file to 777.
php.net seems to be down now or I'd give you a link to that function.
It's pretty much something like this:
then you'll be able to have it rename delete etc. those files/foldersPHP Code:chmod ('path/to/folder/', 0777);
![]()
You smell something?

thanks - note: i think this is the correct area of the forum, though i should have been more specific in saying that I am trying to do this with PHP.
interestingly enough, the folders were set to 777 - stumped. thanks for the help though.
signature
Bookmarks