Re: Invisible Files
Re: Invisible Files
- Subject: Re: Invisible Files
- From: Nathan Day <email@hidden>
- Date: Sat, 8 Feb 2003 21:18:46 +1030
Use the launch services function
LSCopyItemInfoForURL( CFURLRef inURL, LSRequestedInfo inWhichInfo,
LSItemInfoRecord * outItemInfo)
and the flag
kLSItemInfoIsInvisible
you can find the LuanchService header file at
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/
Frameworks/LaunchServices.framework/Versions/A/Headers/LaunchServices.h
On Saturday, February 8, 2003, at 06:49 AM, email@hidden wrote:
With a Cocoa app, how do I find out if a folder in the finder is
invisble?
Nathan Day
http://homepage.mac.com/nathan_day/
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.