I am trying to communicate between embedded flash objects and titanium desktop. Flash restricts this unless you drop a special file into a restricted "FlashPlayerTrust" folder
I'm wondering if it possible to write a file to a protected folder - ideally during the install or when they first run my program
I've tried "titanium.filesystem.copyfile" and even calling a subprocess "xcopy" but neither worked