System.Paths.sandbox | This page was last modified over 30 day(s) ago and has 0 comment(s)
|
Back to System.Paths Class Summary |
Availability |
Mac OSX |
Usage |
mdm.System.Paths.sandbox:String |
Parameters |
None |
Returns |
A String |
Description |
Contains the path to the allowed writable sandbox folder for Mac App Store Projects. The sandbox directory is comprised of Apple's recommended "Application Support" directory with the name of the projector tagged onto it (Apple forbid writing directly to the "Application Support" directory). For example, if you have MyProject.app, the sandbox directory will be "/Users/ Inside of this directory will be made two directories ("Adobe" and "Macromedia") where the Adobe Flash Player is also redirected. |
Notes |
Read-Only Example return: "/Users/ |
Example Code |
var sandboxPath:String = mdm.System.Paths.sandbox; |
mdm.System.Paths Class Example Downloads |
No Example Downloads Available |
![]() |
Registered Users must be logged in to 'MyAccount' to add a Comment - Log In Here |
After Logging In, Click Here to Refresh This Page |