Can you write to the file system from flex?
A
Correct answer
Explanation
Although standard Flex applications running in the Flash Player browser sandbox cannot directly access the local file system due to security restrictions, Flex applications developed for Adobe AIR (Adobe Integrated Runtime) have full local filesystem access using classes like File and FileStream.