configDir
external fun configDir(): ERROR CLASS: Symbol not found for js.promise.Promise<kotlin/String>(source)
Returns the path to the user's config directory.
Platform-specific
Linux: Resolves to
$XDG_CONFIG_HOMEor$HOME/.config.macOS: Resolves to
$HOME/Library/Application Support.Windows: Resolves to
{FOLDERID_RoamingAppData}.
Since
1.0.0