Profile Topics Started Replies Created Engagements Favorites Search replies: Forum Replies Created Viewing 1 post (of 1 total) AuthorPosts September 14, 2016 at 6:35 am in reply to: Create a folder if it doesn't already exist #10818 elyorParticipant A faster way to create a folder: if (!is_dir('path/to/directory')) { mkdir('path/to/directory', 0777, true); } AuthorPosts Viewing 1 post (of 1 total)