Judith Massa

Results 43 comments of Judith Massa

Sorry that this happened. There should be at least a proper exception message that describes the problem and some documentation.

I think it would be nicer though to accept relative paths as this is what I would expect and apparently I am not alone with this. Btw, `./store-dir` works already...

The filestore simply uses the Java classes `File` and `Path`, so there is actually a [method to identify relative paths](https://docs.oracle.com/javase/8/docs/api/java/nio/file/Path.html#isAbsolute--), but it is just as simple getting the absolute path...