What causes Finder 'Volume in use" alert?
What causes Finder 'Volume in use" alert?
- Subject: What causes Finder 'Volume in use" alert?
- From: "Tony" <email@hidden>
- Date: Sun, 23 Sep 2001 10:45:03 -0400
When my app writes files onto ZIP disc I can not
eject the drive until I quit the app. Finder reports
that volume is in use.
I thought that some file may be left open, but in GDB
I verified that for every fopen my code executes fclose.
In fact, even if I erase all my files on ZIP and
empty Trash, Finder reports the same error. I still
have to quit the app before I can eject ZIP.
What am I missing?
Tony