FolderItem question

I was just reading the LR section on SpecialFolder for “Xojo for iOS” and wondered…

Where is the “ApplicationsSupport” folder REALLY located?
It was my understanding that there were basically only TWO areas available to the appliction

  • /documents - where the app could freely read/write, and was dedicated specifically to that app (ie. sandbox)
  • /resources - where various data (graphics, textfiles etc) could be included in the app,

but “ApplicationSupport” seems to infer a more global storage location

The Applications Support folder is located in /Library/Application Support

/Library is at the same level as
/Documents
/tmp

/Resources is actually the same folder as AppName.app container.

This might help:
https://developer.apple.com/library/content/documentation/FileManagement/Conceptual/FileSystemProgrammingGuide/FileSystemOverview/FileSystemOverview.html