Add getter for vault directory

This commit is contained in:
crschnick 2024-09-14 23:52:45 +00:00
parent 975f9a81da
commit ec3ca06057

View file

@ -29,4 +29,6 @@ public interface DataStorageSyncHandler {
void handleCategory(DataStoreCategory category, boolean exists, boolean dirty); void handleCategory(DataStoreCategory category, boolean exists, boolean dirty);
void handleDeletion(Path target, String name); void handleDeletion(Path target, String name);
Path getDirectory();
} }