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