+ 3
"create a folder" option needs to be added.
Its been a month since I became a member in our community and i already have problems managing my own codes. It would be really useful if we could create folders to group our creations. Whoever agrees give a vote in order to be seen by the admins.
3 Answers
+ 5
@Very_Hard(java & c++ & c# & rust & (AllHard))
why you c...(checks account verified status stops there... XD)
+ 2
(ă»_ă») I can't upvote anything (ă»_ă»)
+ 1
In server side you can create new folder using PHP
if (!file_exists('directory')) {
mkdir('directory', 0777, true);
}