How to mkdir
hidden folder and writeTextFile
hidden file?
#11913
-
I am trying to use file system plugin to I don't see an option in |
Beta Was this translation helpful? Give feedback.
Answered by
FabianLars
Dec 9, 2024
Replies: 1 comment 1 reply
-
Does this still happen if you add this to your tauri.conf.json file? {
"plugins": {
"fs": {
"requireLiteralLeadingDot": false
}
}
} |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
HuakunShen
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Does this still happen if you add this to your tauri.conf.json file?