Hi,
I want to be able to sort a set of files(images) by there last-modified property... I have a webcam and it takes 10 different pics each hour... I want to be able to sort those images. the oldest first and the newest last... All I need is a command to retreave that property, so if the filename is in $file, how do i get it??
i need preferably a time in seconds, so that it's easy to compare the times...
Thanks in advance,
math
I want to be able to sort a set of files(images) by there last-modified property... I have a webcam and it takes 10 different pics each hour... I want to be able to sort those images. the oldest first and the newest last... All I need is a command to retreave that property, so if the filename is in $file, how do i get it??
i need preferably a time in seconds, so that it's easy to compare the times...
Thanks in advance,
math