Working with filepath

Joined
Jun 27, 2014
Messages
1
Reaction score
0
I have a mac mini at home hooked up to my tv and am trying to write an automator app to remotely select a movie on that mini and play it on that mini from my laptop.

Here is the workflow idea:
Ask for finder item - begin at network volume Mac mini > username > Movies
Get filepath
use applescript to tell finder on remote machine to open movie at filepath

The problem is I get an applescript error when I run it, which I believe is because the Path variable is /Volumes/username/Movies/file.xxx which makes no sense to the targeted computer, which is wanting something like /Users/username/Movies/file.xxx

So how do I mess with the Path variable and correct this?
 

Attachments

  • Screen shot 2014-06-22 at 6.00.55 PM.png
    Screen shot 2014-06-22 at 6.00.55 PM.png
    62.6 KB · Views: 372

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top