Get all folders of URL

前端 未结 3 493
鱼传尺愫
鱼传尺愫 2020-11-30 14:56

Hi I\'m trying to read all files from a given server. What I want to do:

  • Read all the folders
  • Get the file URLs inside the folders

I tr

3条回答
  •  一个人的身影
    2020-11-30 15:21

    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

提交回复
热议问题