在我的申请中,
我做了一些文件的跟踪声明
例如
if(oldFile.parent.toString()!=file.parent.toString())
还有一些其他文件打印语句,似乎遇到下面所述的错误。 但每次都不会出现错误。例如,我运行我的应用程序20次,它将遇到此错误一次。
Error: Error #2037: Functions called in incorrect sequence, or earlier call was unsuccessful.
at Error$/throwError()
at flash.filesystem::File/resolveComponents()
at flash.filesystem::File/get parent()