|
|
|
@ -466,7 +466,7 @@ final public class Store { |
|
|
|
var fileURL = try self._directoryPath() |
|
|
|
var fileURL = try self._directoryPath() |
|
|
|
fileURL.append(component: fileName) |
|
|
|
fileURL.append(component: fileName) |
|
|
|
try content.write(to: fileURL, atomically: false, encoding: .utf8) |
|
|
|
try content.write(to: fileURL, atomically: false, encoding: .utf8) |
|
|
|
Logger.log("write into \(fileURL)...") |
|
|
|
// Logger.log("write into \(fileURL)...") |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
/// Returns the URL matching a Storable type |
|
|
|
/// Returns the URL matching a Storable type |
|
|
|
|