• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Choosing Files Based Upon Type
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Choosing Files Based Upon Type


  • Subject: Re: Choosing Files Based Upon Type
  • From: Brant Vasilieff <email@hidden>
  • Date: Mon, 18 Jun 2001 16:40:17 -0700

On Monday, June 18, 2001, at 01:34 PM, cocoa-dev-
email@hidden wrote:
While I did find this mentioned in the introductory text for the
NSOpenPanel help page, I haven't been able to figure out how to actually
implement it. All I could think of trying was

NSArray *fileTypes = [NSArray arrayWithObject:@"TEXT"];

but that resulted in the obvious - only allowing selection of items
whose extension was "TEXT."

How is this done? And, am I reading the original post correctly that
this has been available since 10.0?

NSArray* fileTypes = [NSArray arrayWithObjects:NSFileTypeForHFSTypeCode('TEXT'), nil];

HTH,
Brant


  • Prev by Date: Re: proof of cocoa superiority?
  • Next by Date: Re: Choosing Files Based Upon Type
  • Previous by thread: Re: Choosing Files Based Upon Type
  • Next by thread: Re: cocoa-dev digest, Vol 1 #163 - 15 msgs
  • Index(es):
    • Date
    • Thread