wip
This commit is contained in:
parent
df54199806
commit
3676bd53ae
|
@ -20,7 +20,7 @@ final class Database {
|
||||||
for: .applicationSupportDirectory, in: .userDomainMask,
|
for: .applicationSupportDirectory, in: .userDomainMask,
|
||||||
appropriateFor: nil, create: true
|
appropriateFor: nil, create: true
|
||||||
)
|
)
|
||||||
let directoryURL = appSupportURL.appendingPathComponent("ConversationsClassic", isDirectory: true)
|
let directoryURL = appSupportURL.appendingPathComponent("anotherim", isDirectory: true)
|
||||||
try fileManager.createDirectory(at: directoryURL, withIntermediateDirectories: true)
|
try fileManager.createDirectory(at: directoryURL, withIntermediateDirectories: true)
|
||||||
|
|
||||||
// Open or create the database
|
// Open or create the database
|
||||||
|
|
Loading…
Reference in a new issue