Demonic Posted March 29, 2008 Share Posted March 29, 2008 In my past experiences of with mkdir, does it allow created directories to be deleted now? I used it once and it wouldn't let me delete it (linux) server. Was wondering if that was a bug fix back then. Quote Link to comment https://forums.phpfreaks.com/topic/98483-mkdir-question/ Share on other sites More sharing options...
BlueSkyIS Posted March 29, 2008 Share Posted March 29, 2008 try it out? mkdir('/path/to/newdirectory'); unlink('/path/to/newdirectory'); Quote Link to comment https://forums.phpfreaks.com/topic/98483-mkdir-question/#findComment-503984 Share on other sites More sharing options...
Demonic Posted March 29, 2008 Author Share Posted March 29, 2008 I will, just in the meantime I was asking Quote Link to comment https://forums.phpfreaks.com/topic/98483-mkdir-question/#findComment-503997 Share on other sites More sharing options...
Psycho Posted March 29, 2008 Share Posted March 29, 2008 I will, just in the meantime I was asking I think the point was that it would take less time to test it than to ask in a forum. Quote Link to comment https://forums.phpfreaks.com/topic/98483-mkdir-question/#findComment-504001 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.