#Creating AppConfig directory in v2

3 messages · Page 1 of 1 (latest)

woven wasp
#

You need to create it beforehand yourself. Tauri won't create any directories it doesn't need itself (for example for browser data).

woven wasp
#

Is it possible to retrieve via the js api the identifier? I see that I can retrieve the app name but I couldn't find anything for the identifier
There's no direct api for that yet. (wouldn't mind a feature request on github for that)

#

Yeah, that's fine, alternatively ```ts
mkdir(await appConfigDir())