gpt4 book ai didi

ios - 在ios开发中获取文件夹后的路径

转载 作者:塔克拉玛干 更新时间:2023-11-02 09:46:11 25 4
gpt4 key购买 nike

我需要在我的应用程序的Document 文件夹之后 路径。

假设我有这条路径:myapp/sandbox/Documents/a/b/c/Documents/d/e/myfile.txt

我需要一个具有此路径的过程:a/b/c/Documents/d/e/myfile.txt

如何获取第二条路径?

最佳答案

//试试这个

NSString * str_DocDirPath  = [[NSSearchPathForDirectoriesInDomains(NSDocumentDirectory, NSUserDomainMask, YES)objectAtIndex:0] stringByAppendingPathComponent:@"a/b/c/d/e/myfile.txt"];

关于ios - 在ios开发中获取文件夹后的路径,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/18075270/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com