how to get URL Path for directory inside Document directory?

前端 未结 4 1107
爱一瞬间的悲伤
爱一瞬间的悲伤 2021-01-19 10:53

How can I get url path for a particular directory inside Document Directory.

like Document/Art/

My code

- (NSURL *)localRoot {
         


        
4条回答
  •  盖世英雄少女心
    2021-01-19 11:05

    Application.StartupPath;

    is used to find your path where your application is being started, if that is what you mean.

提交回复
热议问题