I'm using this feature http://help.adobe.com/en_US/FlashPlatform/reference/actionscript/3/flash/filesystem/File.html#createDirectory%28%29
Is it possible to check if directory was created successfuly.
createDirectory.addEventListener(Event.COMPLETE, complete);
createDirectory.createDirectory();
This code doesn't fire complete function.
Thank you.