in reply to sorting tree with folders on top
sub sort_files {
# if both in the same folder and one is folder, put it top
if ($$a{'dir'} eq $$b{'dir'}) {
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: sorting tree with folders on top
by diweooy (Novice) on Apr 07, 2009 at 10:52 UTC | |
|
Re^2: sorting tree with folders on top
by Anonymous Monk on Apr 07, 2009 at 10:44 UTC |