Can one of you open the Terminal and issue these commands?
echo $TMPDIR
That will show us what the temporary directory on your machine is.
Then show us what is in that directory:
ls -la $TMPDIR
Thanks much,
Leland
Can one of you open the Terminal and issue these commands?
echo $TMPDIR
That will show us what the temporary directory on your machine is.
Then show us what is in that directory:
ls -la $TMPDIR
Thanks much,
Leland