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