Hi, I need to get an array (potentially a UITableView) of items in a url (Directory) So if
http://www.example.com/files was the url, i need an array of all the items in that directory.
I looked at NSArray's arrayWithContentsOfURL: method, but I'm really stumped by this one.
Thanks guys-
Steake