Thanks very much Mathias.
I recall now you saying something about { } before, I can see the benefits of not needing them all the time.
I hadn't been able to give the multiple $vars to the
$folder = $FolderBaseName ^ instruction without it crashing MC so
I had begun thinking perhaps multiple variables needed an array in this case - because they made a string....
I also wondered how I might define a folder name based on things like filenames, root folder etc not just date & time. I was wondering about something like this
@var $arr = PathGetParts( $src_path );
but instead transposing filename to a new folder & adding date & time. As the debugger kept hanging I didn't get very far.
The element I definitely didn't think to use was
+ Now you have given me more info I can return to this idea & see if I an make it work.
I intend to keep playing about with MS when time allows as it is a great time saver for simple frequent tasks.
But I imagine by the time I figure it out you will have upgraded it all!