Re: Finder Info to get real audio media source URL
Re: Finder Info to get real audio media source URL
- Subject: Re: Finder Info to get real audio media source URL
- From: deivy petrescu <email@hidden>
- Date: Sun, 7 Aug 2005 19:16:42 -0400
On Aug 7, 2005, at 12:02, Laine Lee wrote:
I have a real media file (".ram") and the source URL appears to be
listed in
the Where from section of More info section of the window I can see
by using
the following script.
Tell application "Finder"
information window of item
"MyStartupDisk:Users:justme:Desktop:listen.ram"
to General Information panel"
end tell
How can I get that source URL with Applescript?
OK, shoot me for not being better with documentation. Please give
me chapter
and verse. Thanks.
--
Laine Lee
email@hidden
http://lonestar.utsa.edu/llee
Try this:
<script>
set l to alias "MyStartupDisk:Users:justme:Desktop:listen.ram"
set theURL to read l
</script>
deivy
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Applescript-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden