Re: Script keeps crashing Filemaker Pro
Re: Script keeps crashing Filemaker Pro
- Subject: Re: Script keeps crashing Filemaker Pro
- From: Duncan Cowan <email@hidden>
- Date: Fri, 22 Nov 2002 10:34:02 +1100
script runs fine in this machine: OS 9.2.2 : AS 1.6
From: email@hidden
Date: Thu, 21 Nov 2002 18:01:37 EST
To: email@hidden
Subject: Script keeps crashing Filemaker Pro
get path to startup disk
set p to result as string
set l to list folder p
set diskName to p as text
if l contains "Example File" then
set checkFile to diskName & "Desktop DT" as alias
set checkFileData to info for checkFile
set checkFileDate to creation date of checkFileData as text
if l contains "Example File" and checkFileDate is equal to "Sunday,
December 24, 1989 12:30:00 PM" then
set the clipboard to "Paste This"
else
set the clipboard to ""
end if
else
set the clipboard to ""
end if
_______________________________________________
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.