Where are applescripts stored?

I create an applescript days ago. Now I want to delete it, but I cannot find it. Could anyone tell me where the applescripts created by user are? Thanks.

MacBook Pro 15”, macOS 10.14

Posted on Feb 6, 2020 1:03 AM

Reply
Question marked as Top-ranking reply

Posted on Feb 6, 2020 5:20 AM

Using an Run AppleScript Action in Automator does not save an AppleScript file. Depending on what kind of Automator document type that you initially selected will determine its save location:

  1. Services, or Quick Actions (prompt for a Service name, but not a save location as it is fixed)
    1. /Users/yourname/Library/Services folder with .workflow extension
  2. Folder Actions (prompt for a folder action name, but not a save location as fixed)
    1. /Users/yournamne/Library/Workflows/Applications/Folder Actions
  3. Workflows (prompt for filename and save location)
  4. Application (prompts for name and save location, usually Desktop)
  5. Print Plugin (prompts for name of plugin, default save location)
    1. /Users/yourname/Library/PDF Services
  6. Image Capture Plug-in (prompts for name, default save location)
    1. /Users/yourname/Library/Workflows/Applications/Image Capture
  7. Calendar Alarm (prompts for name, but default save location)
    1. /Users/yourname/Library/Workflows/Applications/Calendar
  8. Dictation Command (prompts for name of Dictation command, but default save location)
    1. /Users/yourname/Library/Speech/Speakable Items


If you were never prompted with a Save dialog, then your Automator document was of types 1, 2, 5, 6, 7, or 8.

5 replies
Question marked as Top-ranking reply

Feb 6, 2020 5:20 AM in response to 凌昊

Using an Run AppleScript Action in Automator does not save an AppleScript file. Depending on what kind of Automator document type that you initially selected will determine its save location:

  1. Services, or Quick Actions (prompt for a Service name, but not a save location as it is fixed)
    1. /Users/yourname/Library/Services folder with .workflow extension
  2. Folder Actions (prompt for a folder action name, but not a save location as fixed)
    1. /Users/yournamne/Library/Workflows/Applications/Folder Actions
  3. Workflows (prompt for filename and save location)
  4. Application (prompts for name and save location, usually Desktop)
  5. Print Plugin (prompts for name of plugin, default save location)
    1. /Users/yourname/Library/PDF Services
  6. Image Capture Plug-in (prompts for name, default save location)
    1. /Users/yourname/Library/Workflows/Applications/Image Capture
  7. Calendar Alarm (prompts for name, but default save location)
    1. /Users/yourname/Library/Workflows/Applications/Calendar
  8. Dictation Command (prompts for name of Dictation command, but default save location)
    1. /Users/yourname/Library/Speech/Speakable Items


If you were never prompted with a Save dialog, then your Automator document was of types 1, 2, 5, 6, 7, or 8.

This thread has been closed by the system or the community team. You may vote for any posts you find helpful, or search the Community for additional answers.

Where are applescripts stored?

Welcome to Apple Support Community
A forum where Apple customers help each other with their products. Get started with your Apple Account.