0
エラーがである "デスクトップ:_XNB_Extract:"は、どのように私は、サブフォルダを作成することができます[AppleScriptを]
tell application "Finder"
set x to path to desktop
make new folder at x with properties {name:"_XNB_Extract"}
set y to path to "desktop:_XNB_Extract:"
make new folder at y with properties {name:"Packed"}
end tell
mkdir -p $ HOME/Desktop/_XNB_Extract/Packed "'' –
すごく速い答えのためには:D – Nanogamer7