Re: MY GAME HAS DELETED
Sounds like a new Sims 4 folder has been created when you launched the game. The scratch folder is created when you launch the game but automatically deletes when you quit the game. If your game crashes the Scratch folder can remain behind but you can delete it.
Let's do a search of your Mac for files ending .save using Terminal. Open Terminal (Applications > Utilities), copy and paste the following then hit Enter/Return:
find / -name "*.save" 2>/dev/null
It will take a while so let it do it's thing. Please copy/paste the results here.