jake RSS


jakehofman.com

Archive

Sep
4th
Tue
permalink

tip: applescript

to convert posix path to alias, set theAliasPath to ((POSIX file thePOSIXPath) as text)

tips  applescript 
Apr
3rd
Mon
permalink

tip: applescript

install scripting additions to /System/Library/ScriptingAdditions and their dictionaries are ready to use

tips  applescript 
Feb
9th
Thu
permalink

tip: applescript

to turn on gui scripting from command line: sudo touch /private/var/db/.AccessibilityAPIEnabled

tips  applescript 
Jul
19th
Tue
permalink

tip: applescript

return and \n are not the same thing

tips  applescript 
Jul
16th
Sat
permalink

tip: applescript

to dereference posix path of string to alias, use posix file as alias

tips  applescript 
Mar
14th
Mon
permalink

tip: applescript

to compare dates, just compare friggin dates.

tips  applescript