How can I make dashed line borders using actions or script?
Is it possible to make a border that is dashed? I tried to make an action that will:
1. Select all (Cmd/Ctrl+A)
2. Convert Selection to Path
3. Stroke Path using Brush
The problem was the brush: I will need to change my brush every time I will use the action so that I will get the dashed line.

