Directory Sort
Posted: Tue Nov 25, 2003 10:50 am
Question: Is there a way to change how files in a directory are sorted in PB? I want to be able to list directories as they are listed in windows explorer...For instance: How can I produce a directory listing that looks like this:
Rather than this:
As always, thanks in advance!!!
Bryan
Code: Select all
pic1
pic2
...
...
pic9
pic10
Code: Select all
pic1
pic10
pic2
...
...
pic8
pic9
Bryan