Get all folders of URL

You can’t do this with NSFileManager. NSFileManager is intended to work with your file system (your device’s file system) not with server.

you need to create a server side file which should give you folder/files url in xml file

Leave a Comment