Re: URL parsing
Re: URL parsing
- Subject: Re: URL parsing
- From: Scott Anguish <email@hidden>
- Date: Sat, 6 Sep 2003 18:38:51 -0400
On Saturday, September 6, 2003, at 5:30 PM, Ujwal S. Sathyam wrote:
Hello,
Either I am being rather dense at the moment, or this NSURL class is
singularly useless. I am hoping it is the former.
It's not useless. but it's not helpful in this case.
None of the NSURL instance methods seem to do this. I tried
parameterString, query, propertyForKey, etc, but they all return nil.
Do I end up having to do my own parsing, or am I doing something
stupid?
You need to do your own parsing.
However, please file a bug report asking for it as an enhancement.
Bug reports drive new API features.
Also, check to see if CFURL supports this, you can cast an NSURL to a
CFURL.
_______________________________________________
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: | |
| >URL parsing (From: "Ujwal S. Sathyam" <email@hidden>) |