Multiple choice technology programming languages

Can you write to the file system from flex?

  1. True

  2. False

Reveal answer Fill a bubble to check yourself
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.