Posted by namemattersnot on 10/08/52 11:39
re,
i've have the following array:
files['name'][1]
['size'][1]
['time'][1]
files['name'][2]
['size'][2]
['mtime'][2]
...etc.
how do I sort this array according to "time" index? so that, for
example, files['name'][0] would give "my_file.txt" that was last
created?
thank you in advance!
Navigation:
[Reply to this message]
|