On Windows and Mac place the files where the EXE is. If we want to place them in MyDocuments, we can use that path at our own will.
In my case, in Windows, I am supplying the standard 11 AppGameKit files for joystick, buttons and fonts (arial.png avenir.png button.png buttondown.png missing.png joystickinner.png joystickouter.png interpreter-backdrop.png interpreter-logo.png interpreter-power.png interpreter-spinner.png), yet AppGameKit still creates an empty AppGameKit directory under My Documents, even if it has to write nothing in it (as I am supplying the 11 files with my exe).
In the case of T2 iOS, AppGameKit writes nothing and creates no AppGameKit directory, as far as I know, (write files are placed under DOCUMENTS but that is standard IOS) so why does this happen on Windows?
I can understand the need to write those 11 files for T1, but in T2 there is no interpreter and many of those files are useless and taking space, as they are embedded in the main exe.