[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

(DTPtechNote:266) Re: AppleScriptJ1-1.7の問題を回避する。



ちょっと古いポストに反応しますが...(^^;;;;; 

先日(株)フォーサイトの松下さんにお会いする機会がありまして、そのときに教えてもらったやり方です。

on open of theFiles
	repeat with i in theFiles
		set my_path to i as file specification
		display dialog "Full Path Name is" default answer (my_path) as text giving up after 10
	end repeat
end open

--
要するに「as file specification」してから「as text」すればOKだと。