- return new PathConfig(new File(settingsPath, "/data"),
- new File(settingsPath, "/attachments"),
- new File(settingsPath, "/avatars"));
+ return new PathConfig(new File(settingsPath, "data"),
+ new File(settingsPath, "attachments"),
+ new File(settingsPath, "avatars"));