Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
苹果表示最好使用 URL 来访问手机中存储的文件。但我找不到在 URL 处创建新文件的方法。有吗?或者我们必须使用路径创建文件并使用 URL 检索它们?
谢谢!
要将文件路径转换为 URL,请使用 fileURLWithPath 类方法,如下所示:
NSURL *filePathURL = [NSURL fileURLWithPath:filePath];