Hi there!
So, I have a number of files with a file name structure like this course_assignment.ext. Now, I would like to sort into subfolders so that I have
course_1
ass_1
ass_2
course_2
ass_1
ass_1
etc. In other words, I want to be able to extract parts of the filename and use that to build the subfolder structure.
Actually, come to think if it, it would be enough to just extract the first part, so that all files are sent to a subfolder "course".
Is that possible?
Kind regards
Ulf