alternate special folder location

SpecialFolder.ApplicationData it is set to users/username/library/applicationsupport. doesn’t this mean that only the username user has access to the files. How do you install and setup so that any user on the system can access the app and data?

See https://www.monkeybreadsoftware.net/global-applicationsupportfoldermbs.shtml#1. You will need to use authorisation to write to the folder.

Try

SpecialFolder.SharedApplicationData

Thanks Greg!!!