On Tue, Sep 2, 2014, at 11:47 AM, Jens Alfke wrote: > > It looks as though there _is_ a per-volume temporary-items directory, > because on my non-boot partition I see a top-level invisible directory > called ".TemporaryItems" with a subfolder for each user-ID. But how do I > find it programmatically?
.TemporaryItems doesn't get cleaned up automatically AFAIK, so I don't think you'll gain anything by trying to use it. If you want to hide the folder, I'd try setting its hidden flag via chflags(2). --Kyle Sluder _______________________________________________ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments to the list. Contact the moderators at cocoa-dev-admins(at)lists.apple.com Help/Unsubscribe/Update your Subscription: https://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to arch...@mail-archive.com