選択したファイルの拡張子を表示しようとしています。私は何が間違っているのですか?
set theFile to (choose file with prompt "Select a file to transfer:")
set ext to name extension of theFile
display dialog ext as text
選択したファイルの拡張子を表示しようとしています。私は何が間違っているのですか?
set theFile to (choose file with prompt "Select a file to transfer:")
set ext to name extension of theFile
display dialog ext as text