• 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: How to detect whether a filename points to a text clipping?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: How to detect whether a filename points to a text clipping?


  • Subject: Re: How to detect whether a filename points to a text clipping?
  • From: Alex <email@hidden>
  • Date: Sat, 29 Mar 2003 23:57:05 -0800

I'd do

if ([[myFilePath pathExtension] isEqualToString:@"textClipping"]){
NSLog(@"do your magic on textClipping file");
} else {
NSLog(@"ignore, it's not a textClipping");
}

Am Samstag, 29.03.03, um 20:42 Uhr (US/Pacific) schrieb Ujwal S.
Sathyam:

> Datum: Sa, 29. Mrz 2003 20:42:28 US/Pacific
> An: email@hidden
> Betreff: How to detect whether a filename points to a text clipping?
>
> Greetings,
>
> Is there any method of finding out whether a file name is pointing to
> a text clipping?
>
> Thanks,
_______________________________________________
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.

  • Follow-Ups:
    • Re: How to detect whether a filename points to a text clipping?
      • From: Nick Zitzmann <email@hidden>
    • Re: How to detect whether a filename points to a text clipping?
      • From: David Remahl <email@hidden>
    • Re: How to detect whether a filename points to a text clipping?
      • From: "Ujwal S. Sathyam" <email@hidden>
  • Prev by Date: How to detect whether a filename points to a text clipping?
  • Next by Date: Re: Unarchiving Problem Solved
  • Previous by thread: How to detect whether a filename points to a text clipping?
  • Next by thread: Re: How to detect whether a filename points to a text clipping?
  • Index(es):
    • Date
    • Thread