You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to mynajs-general
Do you think Myna.includeDirectory would always include files sequentially on all systems, and could you depend on that for the future do you think? Or if you need files included in a specified order, should I come up with something else?
Thanks!
Tony Z
Tony Zakula
unread,
Oct 23, 2010, 9:39:37 PM10/23/10
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to mynajs-general
I guess that would be alphabetical order, but there isn't anyway to determine the sequential order. I will have to do something to ensure it.
Mark Porter
unread,
Oct 24, 2010, 12:42:58 AM10/24/10
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to mynajs-...@googlegroups.com
You should not make assumptions about the order of includeDirectory. If you need a specific order, then it is best to use File.listFiles() and a custom sort.