Closed Corban-Dallas closed 2 months ago
Hello @Corban-Dallas thanks for posting the issue, good to pick up platform related bugs if that is the case.
Before digging into that though, can I just make sure that the blob
directory does exist already, before you're trying to create a new blob? I don't believe it is created by aquadoggo on the fly, the configuration needs to point at an existing directory.
Yeah, it does not created during clean app start. Have checked it now, blob is saved if blob dir was created manualy. My bad.
Hello!
I continue to work slowly on my pet project based on Aquadoggo. Recently, I started working with blobs and encountered a bug after running Aquadoggo on Windows after publishing a book file as blob.
The app has read/write permissions for this directory. The problem is likely related to the path format. Typically,
PathBuf
under Windows represents paths like this: "C:\\path\\to\\file".