Answer the question
In order to leave comments, you need to log in
Tools to automatically generate folders and subfolders for images?
Now I am rewriting a self-written site on Yii2. Image and folder names are generated manually, are there any automated systems for this.
Each folder can have 1000 subfolders and each subfolder 1000 images, is it possible to automate this process?
Answer the question
In order to leave comments, you need to log in
if (!is_dir($dirname)) {
// full for owner, read and exec for others, recursive creation
mkdir($dirname, 0755, true);
}
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question