Re: Folder Actions and Pictures

Small mistake for the applescript.


Le 15 janv. 2004, à 18:34, Karl Dubost a écrit :

[...]
> 	tell application "Finder"
> 		set folder_path to the name of POSIX path of this_folder
> 	end tell
>
> -- Your shell script is call here

-- missing try here
	try
>     do shell script "/Users/karl/bin/datephoto.sh " & folder_path

-- 
Karl Dubost - http://www.w3.org/People/karl/
W3C Conformance Manager
*** Be Strict To Be Cool ***

Received on Saturday, 17 January 2004 10:15:34 UTC