• 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: "Ujwal S. Sathyam" <email@hidden>
  • Date: Sun, 30 Mar 2003 00:38:44 -0800

Thanks. Simple enough. Should have thought of that :-)

Ujwal

On 2003-03-29 23:57:05 -0800 Alex <email@hidden> wrote:

> 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.

References: 
 >Re: How to detect whether a filename points to a text clipping? (From: Alex <email@hidden>)

  • Prev by Date: Re: Unarchiving Problem Solved
  • Next by Date: Re: How to detect whether a filename points to a text clipping?
  • Previous by thread: Re: 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