Hello, I have a new problem. I will use an example to understand. I have a list of different files named "a.jpg" "b.txt" "c.mov" inside a folder named ROOT : ROOT ( a.jpg b.txt c.mov ) I would like to put each file inside a folder with the name of the file : ROOT ( fold...
Hello, I have a collection of folders which contain subfolders and files. I want for each folder that contains subfolders to remove them but keep the files in this folder. For exemple, from this : Root folder _folder 1 __subfolder 1 ___test.txt __subfolder 2 ___test.jpg _folder 2 __subfolder 1 ___su...