Hi,
I am very new to programming and have the following issue:
I wrote a Macro which loads images from a user chosen Directory, for instance, “islet1”.
Now I want my images the Macro creates to be saved in a new file on my desktop, termed with the name of the chosen file+_Results, so for the above example: “islet1_results”.
Is that somehow possible? I managed to create an output file but I get stuck when creating a flexible connection to the original file name.
Also I want to save it on my Desktop. Is there a command for that? I only found the command for saving it in the user folder.
This is my very primitive attempt so far:
I hope, somebody can help me.