Skip navigation.
 
mlRe: How do I know if the user should have access to the insides of directories with certain extensions?
FROM : Ryan Britton
DATE : Tue Aug 15 20:52:26 2006

http://developer.apple.com/documentation/Cocoa/Reference/
ApplicationKit/Classes/NSWorkspace_Class/Reference/Reference.html#//
apple_ref/occ/instm/NSWorkspace/isFilePackageAtPath:


On Aug 15, 2006, at 11:48 AM, Alan Smith wrote:

> For example:
>
> The user should be able to open anything with the ".local" extension
> but not anything with the ".rtdf" extension. By "open" I mean, the
> user should be able to view its contents without selecting something
> like "Show Package Contents." Just double-click and it opens and the
> user is then looking at the contents. As opposed to double-clicking
> and an app tries to open it.
>
> I hope you aren't really confused about the question, I did my best.
> Thanks, Alan
>
> // Quotes from yours truly -------------------------
> "You don't forget, you just don't remember."
> "Maturity resides in the mind."
> "Silence is the Universe's greatest gift."
> "Don't waste your life doing things others have already done."
> _______________________________________________
> Do not post admin requests to the list. They will be ignored.
> Cocoa-dev mailing list      (<email_removed>)
> Help/Unsubscribe/Update your Subscription:
> http://lists.apple.com/mailman/options/cocoa-dev/<email_removed>
>
> This email sent to <email_removed>

Related mailsAuthorDate
mlHow do I know if the user should have access to the insides of directories with certain extensions? Alan Smith Aug 15, 20:48
mlRe: How do I know if the user should have access to the insides of directories with certain extensions? Ryan Britton Aug 15, 20:52