PDA

View Full Version : Process Files always in alpha order?


dataflux
08-13-2007, 01:27 PM
I've played around briefly with the "Process Files" action and it looks like it returns the list of files in alphabetic order. Can I rely on it to always do this? I didn't see it documented anywhere that it does this.

kinook
08-13-2007, 01:40 PM
Since v6.2, yes.
http://www.kinook.com/Forum/showthread.php?threadid=2010

In earlier versions, it would always be alphabetical for NTFS file systems, but not necessarily for FAT/FAT32.

dataflux
08-13-2007, 01:42 PM
Great. Thanks for the quick reply.

dataflux
08-15-2007, 02:09 PM
I think this is the case, but can you verify:
If I use the process files action against a set of directories, will it be alpha first by dir name then by file in that dir, example:

A\A
A\B
A\C
B\A
B\B
B\C

As opposed to:
A\A
B\A
A\B
B\B
A\C
C\C

kinook
08-15-2007, 02:18 PM
Correct.