using the TPATH (System.IOUtils.TPath... many functions for all platforms) you can know where each user can save your files or use shared folder for all users.
begin // For "Application Support" under the User's Library directory: Paths := TNSArray.Wrap(NSSearchPathForDirectoriesInDomains(NSApplicationSupportDirectory, NSUserDomainMask, True));
// For "Application Support" under the System Library directory: //Paths := TNSArray.Wrap(NSSearchPathForDirectoriesInDomains(NSApplicationSupportDirectory, NSSystemDomainMask, True));
Dir := TNSString.Wrap(Paths.objectAtIndex(0));
Result := NSStrToStr(Dir); end;
----------------------------------------------
The higher the degree, the greater the respect given to the humblest!RAD 11.3