-
sorting files by date/time
hi,
first time poster/long time lurker.
in the course of my work, i have to support some legacy apps (don't we all?!). we have several written in VB6.
i currently have a project that is reading some xml files for content and then moving them using the File System Object to an output directory.
unfortunately, i now am tasked with processing these files First In, First Out - which means i need to sort them via date/time, something that FSO doesn't do.
is there an elegant method to do this?
all the code is in a class which is compiled into a .DLL that is called by our custom engine.
any suggestions would be greatly appreciated!
many thanks,
--stk
-
Does it make a list? You can use the API GetFileTime or the built in FileDateTime function...
Good Luck
Similar Threads
-
By brouse in forum VB Classic
Replies: 1
Last Post: 05-01-2007, 02:53 PM
-
By praveenholal in forum C++
Replies: 3
Last Post: 03-17-2007, 12:09 AM
-
By Mansoor in forum Enterprise
Replies: 2
Last Post: 09-10-2002, 10:38 PM
-
By Pat Meaney in forum Java
Replies: 0
Last Post: 03-13-2001, 02:54 PM
-
By René Whitworth in forum vb.announcements
Replies: 1
Last Post: 04-29-2000, 02:54 AM
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Development Centers
-- Android Development Center
-- Cloud Development Project Center
-- HTML5 Development Center
-- Windows Mobile Development Center
|