Skip to content
Discussion options

You must be logged in to vote

BaseDirectory.AppData is not the same as the window AppData directory (if that's what you thought). The BaseDirs starting with App are application specific directories (basically means they use your bundle identifier as the dir name) and Tauri does not create any dirs it does not need itself so there's a high chance that AppX directories do not exist until you create them (either explicitly or via the recursive option).

The example in the docs doesn't really care about that behavior though and i guess in this case you could say it assumes you know that already.

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@stackedCG
Comment options

@FabianLars
Comment options

Answer selected by stackedCG
@stackedCG
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants