put specialFolderPath("support") & "/Classroom Quizshow" into gMacLibraryDefaultFolder
create folder gMacLibraryDefaultFolder
revCopyFile specialFolderPath("resources") & "/CQdata" & "/Settings Saver.rev", specialFolderPath("support") & "/Classroom Quizshow"
revCopyFile specialFolderPath("resources") & "/CQdata" & "/Questions.rev", specialFolderPath("support") & "/Classroom Quizshow"
revCopyFile specialFolderPath("resources") & "/CQdata" & "/Teams.rev", specialFolderPath("support") & "/Classroom Quizshow"
In the non-sandboxed standalone, the three files are copied to this directory: ~Library/Application Support/Classroom Quizshow/
I then sandbox my standalone using App Wrapper 3.
Now, in my sandboxed standalone, the first two lines of code above function properly. That is, the "Classroom Quizshow" folder is created in the proper location for a sandboxed app:
~Library/Containers/com.classroomquizshow.classroomquizshow/Data/Library/Application Support/Classroom Quizshow
However, the three data files are NOT copied into that folder.
I've been trying to figure this out for well over a year now, so... Help!
