{"id":3369,"date":"2020-09-20T09:51:48","date_gmt":"2020-09-20T08:51:48","guid":{"rendered":"https:\/\/ibex.tech\/cloud\/?p=3369"},"modified":"2025-12-02T22:03:05","modified_gmt":"2025-12-02T22:03:05","slug":"working-with-directories-2","status":"publish","type":"post","link":"https:\/\/ibex.tech\/cloud\/wordpress\/files-wordpress\/working-with-directories-2","title":{"rendered":"Working with directories"},"content":{"rendered":"\n<h4 class=\"wp-block-heading\">Create a directory it doesn&#8217;t already exist<\/h4>\n\n\n\n<pre class=\"wp-block-code\"><code>  $OurUploadDirectory = $_SERVER&#91;'DOCUMENT_ROOT'] . '\/my-directory-name';\n  if (!file_exists($OurUploadDirectory))\n  {\n    wp_mkdir_p($OurUploadDirectory);\n    chmod($OurUploadDirectory, 02775);     \/\/Set folder permissions to allow read of file added here\n  }<\/code><\/pre>\n","protected":false},"excerpt":{"rendered":"<p>Create a directory it doesn&#8217;t already exist<\/p>\n","protected":false},"author":5,"featured_media":0,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[178],"tags":[],"class_list":["post-3369","post","type-post","status-publish","format-standard","hentry","category-files-wordpress"],"_links":{"self":[{"href":"https:\/\/ibex.tech\/cloud\/wp-json\/wp\/v2\/posts\/3369","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/ibex.tech\/cloud\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/ibex.tech\/cloud\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/ibex.tech\/cloud\/wp-json\/wp\/v2\/users\/5"}],"replies":[{"embeddable":true,"href":"https:\/\/ibex.tech\/cloud\/wp-json\/wp\/v2\/comments?post=3369"}],"version-history":[{"count":3,"href":"https:\/\/ibex.tech\/cloud\/wp-json\/wp\/v2\/posts\/3369\/revisions"}],"predecessor-version":[{"id":5208,"href":"https:\/\/ibex.tech\/cloud\/wp-json\/wp\/v2\/posts\/3369\/revisions\/5208"}],"wp:attachment":[{"href":"https:\/\/ibex.tech\/cloud\/wp-json\/wp\/v2\/media?parent=3369"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/ibex.tech\/cloud\/wp-json\/wp\/v2\/categories?post=3369"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/ibex.tech\/cloud\/wp-json\/wp\/v2\/tags?post=3369"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}