Developing for both Finders?
Developing for both Finders?
- Subject: Developing for both Finders?
- From: email@hidden
- Date: Mon, 12 Aug 2002 15:26:06 -0700
I'm writing a script that needs to determine what OS is in use, then issue
commands to the Finder.
What I need to do specifically is eject a shared drive.
But in 9, I'd do
put away disk theDisk
and in X, I'd do
eject disk theDisk
When I try to compile the script on X, it refuses, saying that the put away
line is wrong, because X's Finder knows no "put away".
How can I get around this? There's gotta be a way, but I can't find it...
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
Seth A. Roby
Scriptwriter Intern
"Life is like an exploded clown. It's really funny until you figure out
what just happened."
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.