Hi vistisen,
No not at the moment. I'm moving this post to the feature request section.
What you can do in the meantime is using an execute task using the 'dir' command. With this command you can control the sorting behaviour. Use the /O option for the sorting.
Command: c:\windows\system32\cmd.exe
Argumnts: /c dir /b /OD /A-D
/A Displays files with specified attributes.
attributes D Directories R Read-only files
H Hidden files A Files ready for archiving
S System files - Prefix meaning not
/B Uses bare format (no heading information or summary).
/O List by files in sorted order.
sortorder N By name (alphabetic) S By size (smallest first)
E By extension (alphabetic) D By date/time (oldest first)
G Group directories first - Prefix to reverse order
Regards
Erik
Uses Visualcron since 2006.