tomfmason Posted July 1, 2006 Share Posted July 1, 2006 This is going to be a quick question and probbaly a quick answer. Does windows support Mkdir? I searched the manul and only saw references to linux. Well I was put back by the reference to chmod, which we all windows dosn't support. Quote Link to comment https://forums.phpfreaks.com/topic/13378-mkdir/ Share on other sites More sharing options...
wildteen88 Posted July 1, 2006 Share Posted July 1, 2006 Yes mkdir works with Windows:[code=php:0]<?phpmkdir('folder_name/');?>[/code]Before you use that function make sure the folder you are going to be creating the folder in doesnt have its permission setting Read-Only. You can check this in your FTP program. Quote Link to comment https://forums.phpfreaks.com/topic/13378-mkdir/#findComment-51655 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.