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