The problem with Applescript is that it has a long learning curve before one can do anything remotely complicated. I have been able to get a few ridiculously simple scripts working in automator, but I need something that would probably require long-term study - which isn't worth the time investment (for me) since I will not perpetually need new functions.
Consequently I need an Applescript expert to give me a detailed script (which I can adjust myself) for the following:
***********************************
Applescript for an automator app:
Find: all the files in a specified folder (including subfolders) meeting both the following rules:
Specific filetype (.rtf for example)
Date last modified within the last N days (10 for example)
Then: Write aliases to all those found files to another specified folder.
***************************************
In theory the built-in utilities in automator should be able to handle that, but the 'find finder items' function is unreliable; it fails to handle date searches properly, often missing recently modified files.
A smart folder in the finder could handle this also, but is not convenient for what I want.
If I had a script that would do the same thing with a smart folder, i.e., write aliases of the files found to another specified folder, it would also be helpful but I suspect that would be a more difficult script to write. So go with the above.
Consequently I need an Applescript expert to give me a detailed script (which I can adjust myself) for the following:
***********************************
Applescript for an automator app:
Find: all the files in a specified folder (including subfolders) meeting both the following rules:
Specific filetype (.rtf for example)
Date last modified within the last N days (10 for example)
Then: Write aliases to all those found files to another specified folder.
***************************************
In theory the built-in utilities in automator should be able to handle that, but the 'find finder items' function is unreliable; it fails to handle date searches properly, often missing recently modified files.
A smart folder in the finder could handle this also, but is not convenient for what I want.
If I had a script that would do the same thing with a smart folder, i.e., write aliases of the files found to another specified folder, it would also be helpful but I suspect that would be a more difficult script to write. So go with the above.
Last edited: