I'm still working on the project of sorting folders into DVD Sized folders (WOrks well - Thanks Michael and crew!) -
Now while I'm doing that I am going to create a powerpoint that we use for the CD printers we have - including the date of the oldest file and newest file as well as a list of the folders.
So I touch every file - what's the best way to scan and maintain the oldest and newest file?
Thinking something along the lines of converting filetime to a systemtime to a variant/double and just comparing....
Can I just compare by SYSTEMTIME? Ie if st < ft then ....??
Now while I'm doing that I am going to create a powerpoint that we use for the CD printers we have - including the date of the oldest file and newest file as well as a list of the folders.
So I touch every file - what's the best way to scan and maintain the oldest and newest file?
Thinking something along the lines of converting filetime to a systemtime to a variant/double and just comparing....
Can I just compare by SYSTEMTIME? Ie if st < ft then ....??
Comment