SpecialFolder.Caches

From Xojo Documentation

Method

SpecialFolder.Caches() As FolderItem

New in 2019r2

Supported for all project types and targets.

The OS folder for storing cache data.

Notes

Windows Mac Linux iOS
C:\Users\UserName\AppData\Local\Microsoft\Windows\INetCache\ /Users/UserName/Library/Caches /home/UserName/.cache/ ../Library/Caches

Exceptions

Sample Code

Var cache As FolderItem
cache = SpecialFolder.Caches