I want to be able to hand delete the intermediate .aso files generated by the Flex mxmlc compiler. Where are they stored?
(I know the Flash IDE has a "delete asos" button, but I'm using the FlashDevelop IDE, which doesn't. The reason I want this is so I can play around with the compiler's warning settings on a fairly large project, and the compiler won't try to recompile if the .aso files are up to date.)
Thanks, Matt
Update: Thanks, indeed Filemon turned up no .aso files, or any other intermediate file I could see. Touching each file is what I wound up doing. So my new question is: how heck does mxmlc store it's intermediate files? It must have them because deleting the .swf doesn't trigger a full recompile.