Help with a FileMaker Script
Help with a FileMaker Script
- Subject: Help with a FileMaker Script
- From: Aaron Willems <email@hidden>
- Date: Fri, 14 Mar 2003 13:29:21 -0800
Hello Everyone,
Thanks for everyone's help before in helping me write my first script.
It was script to mount an Appleshare Volume on my desktop. I want to
write a second script that acts as a Qualifier. Simply put, I want an
Applescript that checks to see if the drive is already mounted. I
figured I need an "if" Statement. Something like "true if it exists",
or "false or not"
Am I on the right track.
Thanks in advance for any Help.
Aaron Willems
Network Administrator
Lieberman Productions
For reference the first script looked like this.
tell application "Finder"
activate
open location "afp:/at/name of server:*"
end tell
_______________________________________________
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.