An object containing paths only exposed on Android devices:

  • externalCache – The directory acquired by calling Context.getExternalCacheDir()
  • externalFiles – The directory acquired by calling Context.getExternalFilesDir(null)
  • cache – The directory acquired by calling Context.getCacheDir()
  • files – The directory acquired by calling Context.getFilesDir()

Location

Namespace
Fuse.FileSystem
Package
Fuse.FileSystem 2.9.1

Returns

Dictionary<string, string>