03-03-2009 02:22 PM
hi...
does anyone know how to list a directory? I need to list the file names in the latest modified date.
thanks in advance
Solved! Go to Solution.
03-03-2009 02:30 PM
03-03-2009 02:43 PM - edited 03-03-2009 02:43 PM
03-03-2009 02:51 PM - edited 03-03-2009 02:51 PM
03-03-2009 02:55 PM
03-03-2009 03:09 PM - edited 03-03-2009 03:09 PM
03-03-2009 03:14 PM
thank you very much..!!!
03-04-2009 05:23 AM
krispiekream wrote:hi...
does anyone know how to list a directory? I need to list the file names in the latest modified date.
thanks in advance
For this, you need to Reverse this Sorted Array of Clusters before the For loop with Unbundle node, in the provided example. ![]()
03-04-2009 05:42 AM - edited 03-04-2009 05:43 AM
LabVIEW always give us the possibilities for optimization...
This also should be OK: Only one for-loop and without sorting:

Andrey.
03-04-2009 05:54 AM
But he wants the list of modified files starting from the latest, I think...