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. 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. Link to comment https://forums.phpfreaks.com/topic/13378-mkdir/#findComment-51655 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.