Re: How to detect whether a filename points to a text clipping?
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.