keynoteでimageとして書き出すときにフォルダを指定して書き出すと元々あったファイルが全て消えてしまいます。
コードは以下の通りとなっており、ItemImageFolderPathの中にはいくつかの画像が含まれている状態での書き出しです。

tell application "Keynote"
    activate
    export front document as slide images to file ItemImageFolderPath with properties ¬
        {image format:PNG, skipped slides:false}
end tell

解決策などございましたら教えていただきたいです。