Saving files to created folder
I am trying to save a journal and pdf to a folder after they are created.
First I use pick directory to get the files I want to analyze. When this is done, the files are saving into that directory.
However, I want them to save into a folder with the date.
This is the code I have tried:
Main Menu( "Minimize All" );
path = Pick Directory( "Select a directory" );
Set Default Directory( path )...