Is it possible to make a script that will move selected files into folders with the same name?
Posted: 28 Nov 2021 18:46
So if I had the following files:
and I selected them all it would make (in this case) three folders and move the files inside the folder
Code: Select all
File1.txt
File2.mp3
File3.docx
Code: Select all
File1
>File1.txt
File2
> File2.mp3
File3
>File3.docx