I am working on a simple Disk utility type application. I would like to add a feature that lists which running application's are currently accessing a particular disk. I'm not really sure which Cocoa Class implements this.
Just to elaborate, the closest description of what I'm looking for is the alert that appears when trying to unmount a disk in use. The alert goes something like "Disk so and so can not eject because application so and so is using it." How do I check which applications are currently accessing a specific drive.
Hope someone can point me in the right direction.