I've taken the suggestion of of a work around the fact that in Flash Catlyst you can't export libraries by making root files read and write with this terminal command:
So this is todo with it wanting to write a file in / ( or c:\ ) for some reason. Probably should be using $TEMP (%TEMP)
anyway to fix on a mac OSX and decrease your security from any virus / stupid typo on a command line..
sudo chmod a+rwx /
or for those octal fan
sudo chmod 0777 /
--------------------------
How can I get back to the default state? I'm running Lion.