blueman378 Posted December 14, 2007 Share Posted December 14, 2007 hi guys, well i was using a php code to create a folder, i was meaning to have the path a/b/c/d/e/f/g/ unfortunately it actually created a folder called a/b/c/d/e/f/g/ and nowi cant delete it with ftp because when i click on it it acts like a shortcut and tries to open a/b/c/d/e/f/g/ and so it says cant find directory, any ideas? Quote Link to comment Share on other sites More sharing options...
phpSensei Posted December 14, 2007 Share Posted December 14, 2007 CHMOD the problem? Try changing the properties of the CHMOd to 777 Quote Link to comment Share on other sites More sharing options...
corbin Posted December 14, 2007 Share Posted December 14, 2007 You could try rmdir('a/b/c/d/e/f/g/'), but it would most likely look for the folder g in the parents dirs a/b/c.... Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.