How to launch AppleScript routine?
How to launch AppleScript routine?
- Subject: How to launch AppleScript routine?
- From: Lorenzo Puleo <email@hidden>
- Date: Wed, 15 May 2002 20:23:46 +0200
Since there is no way to get creation/modif/backup dates from a symLink
file, I'm trying to use AppleScript. It does that very well. Patience.
But now, how should I launch AppleScript routine from my Cocoa application?
My AppleScript routine is:
-------------------------------
on getModifDateSymLink thePath
tell application "Finder"
set myDate to modification date of item thePath
end tell
return myDate
end getModifDateSymLink
-------------------------------
Anwy help whould be appreciated. Thanks.
--
Lorenzo Puleo
mailto:email@hidden
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.