gpt4 book ai didi

ios - swift auto-abbreviates my NSURL with "... "over the characters it can't fit?

转载 作者:搜寻专家 更新时间:2023-11-01 07:21:23 25 4
gpt4 key购买 nike

<分区>

所以我建立了一个长字符串,其中包含我要写入文件的路径,例如:

/Users/<mylongusername>/Library/Developer/CoreSimulator/Devices/EF7BF515-BFC9-4900-BBF4-E70268EDCD59/data/Containers/Data/Application/CE6698CD-98D4-4DEA-8C01-CE70029D922B/Documents/looks/2052f438-5a75-11e6-914c-06bcb4e621d1.mp4

这是 226 个字符长。

当我使用以下行创建一个 NSURL 时:

locationURL = NSURL(string: filePath)!

它被设置为一个更短的字符串:

/Users/<mylongusername>/Library/Developer/CoreSimulator/Devices/EF7BF515-BFC9-4900-BBF4-E70268EDCD59/data/Containers/Data ... 21d1.mp4

用空格和所有内容完成,URL 中不能存在这些内容,因此该 URL 以后不能用于检索文件。为什么会这样,NSURL 不能处理最多 255 个字符吗?我是不是太接近极限了?使用不同的 URL 构造函数会有帮助吗,比如 fileURLWithPath?

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