ユーザーから取得した名前でサーバー上に新しいフォルダーを作成しようとしています。これが私がこれまでに持っているものです
display dialog "Please enter your augnet username" default answer "username"
set username to (text returned of result)
mount volume "smb://orgs.augsburg.edu"
tell application "Finder"
make new folder at "orgs.augsburg.edu/Information Technology/www/kb_images/Migration Testing" with properties {name:username}
end tell
「タイプアイテムにできません」というエラーが表示されますので、よろしくお願いします。ありがとう!