After some searching I've found two locations where an app can store a data file so other users can modify it:
Code: Select all
/Users/Shared/YourAppCode: Select all
/Library/Application Support/YourAppThank you
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller
Code: Select all
/Users/Shared/YourAppCode: Select all
/Library/Application Support/YourAppspecialfolderpath("documents") yields a location writable only by the current user.Klaus wrote: Wed Oct 19, 2022 4:54 pm Why not just use -> specialfolderpath("documents") (in a subfolder)?
The average user does not want to mess with/in any Library folder!

Code: Select all
shell "chmod o=wrx /Users/Shared/MyApp/Myfile"