>> Thought: Maybe the order in which files are returned has changed and now I >> run into a script failure which prevent to complete the boot and because of
>> So my questions are: >> 1 has the order changed? >> 2 do you know how I can detect that the boot is not finished correctly? > > The order should not matter because RISC OS will search/sort as > necessary. The order has not changed with the recent changes anyway. Replying to my own mail... Sorry, yes the order has changed. Previously the directory entries were returned in an undetermined order. The RISC OS Filer always sorts the entries, but from the command-line they appeared in arbitrary order. The new code caches and sorts the directory entries before returning them. Having said all that, I think it is unlikely that the order the directory entries are returned will make any difference to your problem; RISC OS will search the list as necessary, and does not seem to make any assumptions about the returned order. Matthew _______________________________________________ Rpcemu mailing list [email protected] http://www.riscos.info/cgi-bin/mailman/listinfo/rpcemu
