【发布时间】:2021-04-03 19:59:26
【问题描述】:
如何更改此值directoryPath
let directoryPath = String(URL(fileURLWithPath: filePath).deletingLastPathComponent().absoluteString.dropLast())
if createDirectory(filePath: directoryPath) {
}
【问题讨论】:
-
一般情况下不能。
标签: ios xcode lldb apple-developer