Replies: 2 comments 6 replies
-
What made you think that? Did our docs hint at that? If so, then please tell us about it because we need to fix that then. Generally, Tauri does not create any directories it doesn't need internally so you always want to (try to) create the directories you need before writing to them. |
Beta Was this translation helpful? Give feedback.
6 replies
This comment was marked as off-topic.
This comment was marked as off-topic.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hey everyone,
I have been trying to save some data in the AppData/Roaming/com.app-name.app folder. But the App directory is not being created. I'm not sure if it's bec of a bug or my config. But yea as the ".../Roaming/com.app-name.app" is none existing I cant create, save any files there.
As I understood it, Tauri should just generate it for me.
Here is my config:
default.json
Any ideas would be appreciated!
Beta Was this translation helpful? Give feedback.
All reactions